chore: Follow up wrong wording

This commit is contained in:
krille-chan 2023-08-21 06:40:27 +02:00
parent cafb1e3d79
commit e20f7f7576
No known key found for this signature in database

View file

@ -230,7 +230,7 @@ class ChatDetailsController extends State<ChatDetails> {
final currentGuestAccess = room.guestAccess;
final newGuestAccess = await showConfirmationDialog<GuestAccess>(
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<ChatDetails> {
final newHistoryVisibility =
await showConfirmationDialog<HistoryVisibility>(
context: context,
title: L10n.of(context)!.whoIsAllowedToJoinThisGroup,
title: L10n.of(context)!.visibilityOfTheChatHistory,
actions: HistoryVisibility.values
.map(
(visibility) => AlertDialogAction(