mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -135,7 +135,7 @@ final class KeyBackupSetupIntroViewController: UIViewController {
|
||||
message: VectorL10n.keyBackupSetupSkipAlertMessage,
|
||||
preferredStyle: .alert)
|
||||
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.continue, style: .cancel, handler: { action in
|
||||
alertController.addAction(UIAlertAction(title: BWIL10n.continue, style: .cancel, handler: { action in
|
||||
}))
|
||||
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.keyBackupSetupSkipAlertSkipAction, style: .default, handler: { action in
|
||||
|
||||
Reference in New Issue
Block a user