mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -1134,7 +1134,7 @@
|
||||
|
||||
- (void) bwiShowMatomoInfoScreen {
|
||||
UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil
|
||||
message:NSLocalizedStringFromTable(@"MATOMO_USER_INFO", @"Vector", nil)
|
||||
message:BWIL10n.matomoUserInfo
|
||||
preferredStyle:UIAlertControllerStyleAlert];
|
||||
[alert addAction:[UIAlertAction actionWithTitle:[VectorL10n ok] style:UIAlertActionStyleDefault handler:nil]];
|
||||
[self presentViewController:alert animated:YES completion:nil];
|
||||
|
||||
Reference in New Issue
Block a user