Make code use the "Empty room" i18n string from MatrixKit

This commit is contained in:
manuroe
2018-09-20 11:05:46 +02:00
parent 6513198d28
commit 35733ccd75
10 changed files with 9 additions and 12 deletions
@@ -66,7 +66,7 @@
self.roomTitleLabel.text = roomCellData.roomSummary.displayname;
if (!self.roomTitleLabel.text.length)
{
self.roomTitleLabel.text = NSLocalizedStringFromTable(@"room_displayname_no_title", @"Vector", nil);
self.roomTitleLabel.text = [NSBundle mxk_localizedStringForKey:@"room_displayname_empty_room"];
}
self.directRoomBorderView.hidden = !roomCellData.roomSummary.isDirect;