Replace 'ban from chat' with 'ban' and 'kick from chat' with 'kick'

This commit is contained in:
Kelrap 2025-11-04 15:21:02 -05:00
parent 62454b5699
commit e85ac666ad

View file

@ -178,7 +178,7 @@ void showMemberActionsPopupMenu({
),
const SizedBox(width: 18),
Text(
L10n.of(context).kickFromChat,
L10n.of(context).kick,
style: TextStyle(color: theme.colorScheme.onErrorContainer),
),
],
@ -195,7 +195,7 @@ void showMemberActionsPopupMenu({
),
const SizedBox(width: 18),
Text(
L10n.of(context).banFromChat,
L10n.of(context).ban,
style: TextStyle(color: theme.colorScheme.onErrorContainer),
),
],