This commit is contained in:
Arnfried Griesert
2023-01-10 21:10:42 +01:00
parent a734f0c581
commit 774dd70e3a
4 changed files with 33 additions and 18 deletions
@@ -147,7 +147,7 @@ final class KeyVerificationVerifyByScanningViewController: UIViewController {
// Hide until we have the type of the verification request
self.scanCodeButton.isHidden = true
self.cannotScanButton.setTitle(VectorL10n.keyVerificationVerifyQrCodeCannotScanAction, for: .normal)
self.cannotScanButton.setTitle(BWIL10n.keyVerificationVerifyQrCodeCannotScanAction, for: .normal)
}
private func render(viewState: KeyVerificationVerifyByScanningViewState) {