mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix header title in room settings.
This commit is contained in:
@@ -564,7 +564,7 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
|
||||
|
||||
if (mxRoom.isDirect)
|
||||
{
|
||||
sectionAccess.headerTitle = [VectorL10n roomDetailsAccessSectionAnyoneForDm];
|
||||
sectionAccess.headerTitle = [VectorL10n roomDetailsAccessSectionForDm];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user