mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +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
f5802395f5
commit
8b80b3f4c7
@@ -97,11 +97,11 @@
|
||||
{
|
||||
if (section == self.groupInvitesSection)
|
||||
{
|
||||
sectionTitle = NSLocalizedStringFromTable(@"group_invite_section", @"Vector", nil);
|
||||
sectionTitle = [VectorL10n groupInviteSection];
|
||||
}
|
||||
else if (section == self.joinedGroupsSection)
|
||||
{
|
||||
sectionTitle = NSLocalizedStringFromTable(@"group_section", @"Vector", nil);
|
||||
sectionTitle = [VectorL10n groupSection];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user