mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
vector-im/element-ios/issues/4899 - Fixed various localization issues.
This commit is contained in:
committed by
Stefan Ceriu
parent
7b75dec011
commit
313e666017
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -275,7 +275,7 @@ final class KeyVerificationVerifyByScanningViewController: UIViewController {
|
||||
message: VectorL10n.keyVerificationVerifyQrCodeScanOtherCodeSuccessMessage,
|
||||
preferredStyle: .alert)
|
||||
|
||||
let okAction = UIAlertAction(title: Bundle.mxk_localizedString(forKey: "ok"), style: .default, handler: { _ in
|
||||
let okAction = UIAlertAction(title: MatrixKitL10n.ok, style: .default, handler: { _ in
|
||||
completion()
|
||||
})
|
||||
alert.addAction(okAction)
|
||||
|
||||
Reference in New Issue
Block a user