mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
}
|
||||
|
||||
// Cancel
|
||||
alertAction = [UIAlertAction actionWithTitle:[MatrixKitL10n cancel]
|
||||
alertAction = [UIAlertAction actionWithTitle:[VectorL10n cancel]
|
||||
style:UIAlertActionStyleCancel
|
||||
handler:nil];
|
||||
[self.alertController addAction:alertAction];
|
||||
|
||||
Reference in New Issue
Block a user