Fix(modals): fix ban translation issue

closes #907
pull/908/head
Amy 2023-06-22 14:59:03 -04:00
parent 5363ff2572
commit 6b0594c89c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export default function BanMember({
<Column centred>
<UserIcon target={member.user} size={64} />
<Text
id="app.special.modals.prompt.confirm_kick"
id="app.special.modals.prompt.confirm_ban"
fields={{ name: member.user?.username }}
/>
</Column>