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
@@ -44,7 +44,7 @@
self.roomNameLabel.text = room.summary.displayname;
if (!self.roomNameLabel.text.length)
{
self.roomNameLabel.text = NSLocalizedStringFromTable(@"room_displayname_no_title", @"Vector", nil);
self.roomNameLabel.text = [NSBundle mxk_localizedStringForKey:@"room_displayname_empty_room"];
}
}
else