removeExile was a source of confusion

This commit is contained in:
Raatty 2021-09-07 17:18:22 +12:00
commit 9ab3a310d7
29 changed files with 57 additions and 57 deletions

View file

@ -88,7 +88,7 @@ class UserBottomSheetView extends StatelessWidget {
PopupMenuItem(
value: 'unban',
child: _TextWithIcon(
L10n.of(context).removeExile,
L10n.of(context).unbanFromChat,
Icons.warning_outlined,
),
),