vector-im/element-ios/issues/4899 - Fixed various localization issues.

This commit is contained in:
Stefan Ceriu
2021-09-28 08:47:47 +03:00
committed by Stefan Ceriu
parent 7b75dec011
commit 313e666017
14 changed files with 35 additions and 47 deletions
@@ -134,7 +134,7 @@ final class UserVerificationCoordinator: NSObject, UserVerificationCoordinatorTy
message: VectorL10n.keyVerificationBootstrapNotSetupMessage,
preferredStyle: .alert)
let cancelAction = UIAlertAction(title: Bundle.mxk_localizedString(forKey: "ok"), style: .cancel)
let cancelAction = UIAlertAction(title: MatrixKitL10n.ok, style: .cancel)
alert.addAction(cancelAction)
self.presenter.toPresentable().present(alert, animated: true, completion: nil)