mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Wording for room access section header
This commit is contained in:
@@ -554,7 +554,14 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
|
||||
}
|
||||
[sectionAccess addRowWithTag:ROOM_SETTINGS_ROOM_ACCESS_DIRECTORY_VISIBILITY];
|
||||
|
||||
sectionAccess.headerTitle = NSLocalizedStringFromTable(@"room_details_access_section", @"Vector", nil);
|
||||
if (mxRoom.isDirect)
|
||||
{
|
||||
sectionAccess.headerTitle = NSLocalizedStringFromTable(@"dm_room_details_access_section", @"Vector", nil);
|
||||
}
|
||||
else
|
||||
{
|
||||
sectionAccess.headerTitle = NSLocalizedStringFromTable(@"room_details_access_section", @"Vector", nil);
|
||||
}
|
||||
[tmpSections addObject:sectionAccess];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user