Fixed wrong bwi specific translation

This commit is contained in:
Arnfried Griesert
2022-10-20 07:37:50 +02:00
parent 6a0b530ce8
commit 8777e3871c
@@ -185,7 +185,7 @@ final class KeyVerificationSelfVerifyWaitViewController: UIViewController {
case .passphraseOrKey:
recoverSecretsButtonTitle = BWIL10n.deviceVerificationSelfVerifyWaitRecoverSecretsWithPassphrase
case .onlyKey:
recoverSecretsButtonTitle = VectorL10n.deviceVerificationSelfVerifyWaitRecoverSecretsWithoutPassphrase
recoverSecretsButtonTitle = BWIL10n.deviceVerificationSelfVerifyWaitRecoverSecretsWithoutPassphrase
}
}