mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -43,11 +43,11 @@ final class UserInteractiveAuthenticationViewControllerFactory: NSObject {
|
||||
textField.keyboardType = .default
|
||||
}
|
||||
|
||||
alertController.addAction(UIAlertAction(title: MatrixKitL10n.cancel, style: .cancel, handler: { _ in
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.cancel, style: .cancel, handler: { _ in
|
||||
onCancelled()
|
||||
}))
|
||||
|
||||
alertController.addAction(UIAlertAction(title: MatrixKitL10n.ok, style: .default, handler: { _ in
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.ok, style: .default, handler: { _ in
|
||||
|
||||
guard let password = alertController.textFields?.first?.text else {
|
||||
// Should not happen
|
||||
|
||||
Reference in New Issue
Block a user