Replace 'ban from chat' with 'ban' and 'kick from chat' with 'kick'
This commit is contained in:
parent
62454b5699
commit
e85ac666ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue