mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ final class KeyVerificationVerifyByScanningViewController: UIViewController {
|
||||
message: VectorL10n.keyVerificationVerifyQrCodeScanOtherCodeSuccessMessage,
|
||||
preferredStyle: .alert)
|
||||
|
||||
let okAction = UIAlertAction(title: MatrixKitL10n.ok, style: .default, handler: { _ in
|
||||
let okAction = UIAlertAction(title: VectorL10n.ok, style: .default, handler: { _ in
|
||||
completion()
|
||||
})
|
||||
alert.addAction(okAction)
|
||||
|
||||
Reference in New Issue
Block a user