mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +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
@@ -336,7 +336,7 @@
|
||||
}
|
||||
else if (contact.isThirdPartyInvite)
|
||||
{
|
||||
presenceText = NSLocalizedStringFromTable(@"room_participants_offline", @"Vector", nil);
|
||||
presenceText = [VectorL10n roomParticipantsOffline];
|
||||
}
|
||||
|
||||
if (presenceText.length)
|
||||
|
||||
Reference in New Issue
Block a user