Changed text

This commit is contained in:
Arnfried Griesert
2023-01-09 07:11:25 +01:00
parent 73bde09990
commit 9460d07a23
12 changed files with 41 additions and 29 deletions
@@ -156,7 +156,7 @@ final class KeyVerificationVerifyBySASViewController: UIViewController {
self.cancelButton.actionStyle = .cancel
self.validateButton.setTitle(VectorL10n.keyVerificationVerifySasValidateAction, for: .normal)
self.additionalInformationLabel.text = VectorL10n.keyVerificationVerifySasAdditionalInformation
self.additionalInformationLabel.text = nil // bwi: text hidden
}
private func render(viewState: KeyVerificationVerifyViewState) {
@@ -188,7 +188,7 @@ final class KeyVerificationVerifyBySASViewController: UIViewController {
private func renderCancelled(reason: MXTransactionCancelCode) {
self.activityPresenter.removeCurrentActivityIndicator(animated: true)
self.errorPresenter.presentError(from: self, title: "", message: VectorL10n.deviceVerificationCancelled, animated: true) {
self.errorPresenter.presentError(from: self, title: "", message: BWIL10n.deviceVerificationCancelled, animated: true) {
self.viewModel.process(viewAction: .cancel)
}
}