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
@@ -119,8 +119,8 @@ final class KeyVerificationScanConfirmationViewController: UIViewController {
self.confirmButton.layer.masksToBounds = true
self.rejectButton.layer.masksToBounds = true
self.confirmButton.setTitle(Bundle.mxk_localizedString(forKey: "yes"), for: .normal)
self.rejectButton.setTitle(Bundle.mxk_localizedString(forKey: "no"), for: .normal)
self.confirmButton.setTitle(MatrixKitL10n.yes, for: .normal)
self.rejectButton.setTitle(MatrixKitL10n.no, for: .normal)
self.rejectButton.actionStyle = .cancel
}