mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
+2
-2
@@ -119,8 +119,8 @@ final class KeyVerificationScanConfirmationViewController: UIViewController {
|
||||
self.confirmButton.layer.masksToBounds = true
|
||||
self.rejectButton.layer.masksToBounds = true
|
||||
|
||||
self.confirmButton.setTitle(MatrixKitL10n.yes, for: .normal)
|
||||
self.rejectButton.setTitle(MatrixKitL10n.no, for: .normal)
|
||||
self.confirmButton.setTitle(VectorL10n.yes, for: .normal)
|
||||
self.rejectButton.setTitle(VectorL10n.no, for: .normal)
|
||||
self.rejectButton.actionStyle = .cancel
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user