mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Wording for room name
This commit is contained in:
@@ -2303,7 +2303,14 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
|
||||
roomNameCell.mxkTextFieldLeadingConstraint.constant = 16;
|
||||
roomNameCell.mxkTextFieldTrailingConstraint.constant = 15;
|
||||
|
||||
roomNameCell.mxkLabel.text = NSLocalizedStringFromTable(@"room_details_room_name", @"Vector", nil);
|
||||
if (mxRoom.isDirect)
|
||||
{
|
||||
roomNameCell.mxkLabel.text = NSLocalizedStringFromTable(@"dm_room_details_room_name", @"Vector", nil);
|
||||
}
|
||||
else
|
||||
{
|
||||
roomNameCell.mxkLabel.text = NSLocalizedStringFromTable(@"room_details_room_name", @"Vector", nil);
|
||||
}
|
||||
roomNameCell.mxkLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
|
||||
roomNameCell.accessoryType = UITableViewCellAccessoryNone;
|
||||
|
||||
Reference in New Issue
Block a user