Secrets recovery: Restore only key backup on SecretsRecoveryGoal.keyBackup.

This commit is contained in:
SBiOSoftWhare
2020-06-15 16:19:44 +02:00
parent 00b341d62f
commit 92433e0bd1
5 changed files with 23 additions and 5 deletions
@@ -99,7 +99,7 @@ final class SecretsRecoveryWithKeyViewController: UIViewController {
let informationText: String
switch self.viewModel.recoveryGoal {
case .default:
case .default, .keyBackup:
informationText = VectorL10n.secretsRecoveryWithKeyInformationDefault
case .verifyDevice:
informationText = VectorL10n.secretsRecoveryWithKeyInformationVerifyDevice