chore: Follow up chat settings
This commit is contained in:
parent
e14173688a
commit
f36d5f8a89
4 changed files with 22 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ class ChatPermissionsSettingsView extends StatelessWidget {
|
|||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: const Center(child: BackButton()),
|
||||
title: Text(L10n.of(context)!.editChatPermissions),
|
||||
title: Text(L10n.of(context)!.chatPermissions),
|
||||
),
|
||||
body: MaxWidthBody(
|
||||
child: StreamBuilder(
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class PermissionsListTile extends StatelessWidget {
|
|||
case EventTypes.RoomName:
|
||||
return L10n.of(context)!.changeTheNameOfTheGroup;
|
||||
case EventTypes.RoomPowerLevels:
|
||||
return L10n.of(context)!.editChatPermissions;
|
||||
return L10n.of(context)!.chatPermissions;
|
||||
case EventTypes.HistoryVisibility:
|
||||
return L10n.of(context)!.visibilityOfTheChatHistory;
|
||||
case EventTypes.RoomCanonicalAlias:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue