mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods.
This commit is contained in:
committed by
Stefan Ceriu
parent
83db774313
commit
04bc95a85c
@@ -101,7 +101,7 @@
|
||||
roomDisplayName = room.summary.displayname;
|
||||
if (!roomDisplayName.length)
|
||||
{
|
||||
roomDisplayName = [NSBundle mxk_localizedStringForKey:@"room_displayname_empty_room"];
|
||||
roomDisplayName = [MatrixKitL10n roomDisplaynameEmptyRoom];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user