From e20f7f7576a88b854f4fc388bc992e0951d76133 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Mon, 21 Aug 2023 06:40:27 +0200 Subject: [PATCH] chore: Follow up wrong wording --- lib/pages/chat_details/chat_details.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/chat_details/chat_details.dart b/lib/pages/chat_details/chat_details.dart index 1cadf26b1..df8c9ef99 100644 --- a/lib/pages/chat_details/chat_details.dart +++ b/lib/pages/chat_details/chat_details.dart @@ -230,7 +230,7 @@ class ChatDetailsController extends State { final currentGuestAccess = room.guestAccess; final newGuestAccess = await showConfirmationDialog( context: context, - title: L10n.of(context)!.whoIsAllowedToJoinThisGroup, + title: L10n.of(context)!.areGuestsAllowedToJoin, actions: GuestAccess.values .map( (guestAccess) => AlertDialogAction( @@ -255,7 +255,7 @@ class ChatDetailsController extends State { final newHistoryVisibility = await showConfirmationDialog( context: context, - title: L10n.of(context)!.whoIsAllowedToJoinThisGroup, + title: L10n.of(context)!.visibilityOfTheChatHistory, actions: HistoryVisibility.values .map( (visibility) => AlertDialogAction(