fix: use correct string for bans

pull/1150/head
Asraye 2025-09-15 02:59:42 +10:00 committed by GitHub
parent f22e6fa9fe
commit c4ca14ba38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>