mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -117,8 +117,8 @@
|
||||
}
|
||||
|
||||
// Localize string
|
||||
[_contactsControls setTitle:[MatrixKitL10n contactMxUsers] forSegmentAtIndex:0];
|
||||
[_contactsControls setTitle:[MatrixKitL10n contactLocalContacts] forSegmentAtIndex:1];
|
||||
[_contactsControls setTitle:[VectorL10n contactMxUsers] forSegmentAtIndex:0];
|
||||
[_contactsControls setTitle:[VectorL10n contactLocalContacts] forSegmentAtIndex:1];
|
||||
|
||||
// Apply search option in navigation bar
|
||||
self.enableBarButtonSearch = _enableBarButtonSearch;
|
||||
|
||||
Reference in New Issue
Block a user