mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +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
@@ -43,11 +43,11 @@ final class UserInteractiveAuthenticationViewControllerFactory: NSObject {
|
||||
textField.keyboardType = .default
|
||||
}
|
||||
|
||||
alertController.addAction(UIAlertAction(title: Bundle.mxk_localizedString(forKey: "cancel"), style: .cancel, handler: { _ in
|
||||
alertController.addAction(UIAlertAction(title: MatrixKitL10n.cancel, style: .cancel, handler: { _ in
|
||||
onCancelled()
|
||||
}))
|
||||
|
||||
alertController.addAction(UIAlertAction(title: Bundle.mxk_localizedString(forKey: "ok"), style: .default, handler: { _ in
|
||||
alertController.addAction(UIAlertAction(title: MatrixKitL10n.ok, style: .default, handler: { _ in
|
||||
|
||||
guard let password = alertController.textFields?.first?.text else {
|
||||
// Should not happen
|
||||
|
||||
Reference in New Issue
Block a user