mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Changed text
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ final class KeyVerificationDataLoadingViewController: UIViewController {
|
||||
|
||||
switch error {
|
||||
case KeyVerificationDataLoadingViewModelError.transactionCancelled:
|
||||
message = VectorL10n.deviceVerificationCancelled
|
||||
message = BWIL10n.deviceVerificationCancelled
|
||||
case KeyVerificationDataLoadingViewModelError.transactionCancelledByMe(reason: let reason):
|
||||
if reason.value != MXTransactionCancelCode.user().value {
|
||||
message = VectorL10n.deviceVerificationCancelledByMe(reason.humanReadable)
|
||||
|
||||
Reference in New Issue
Block a user