mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-05 10:49:16 +02:00
💬 update text
This commit is contained in:
@@ -603,7 +603,15 @@ export default function UsersTable({
|
|||||||
})}
|
})}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>{t("demoteServerAdminMessage")}</p>
|
<p>
|
||||||
|
{t("demoteServerAdminMessage", {
|
||||||
|
selectedUser: getUserDisplayName({
|
||||||
|
email: demoting.email,
|
||||||
|
name: demoting.name,
|
||||||
|
username: demoting.username
|
||||||
|
})
|
||||||
|
})}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
buttonText={t("demoteServerAdminConfirm")}
|
buttonText={t("demoteServerAdminConfirm")}
|
||||||
|
|||||||
Reference in New Issue
Block a user