mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Make code use the "Empty room" i18n string from MatrixKit
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
roomDisplayName = room.summary.displayname;
|
||||
if (!roomDisplayName.length)
|
||||
{
|
||||
roomDisplayName = NSLocalizedStringFromTable(@"room_displayname_no_title", @"Vector", nil);
|
||||
roomDisplayName = [NSBundle mxk_localizedStringForKey:@"room_displayname_empty_room"];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user