Update the strings for out of sync Key Storage. (#3468)
* Update the banner strings for out of sync key storage. * Update string on SecureBackupScreen. * Update snapshots * Update an alert string we weren't using on iOS, and use it at the same place as Android.
This commit is contained in:
@@ -65,7 +65,9 @@ class SecureBackupRecoveryKeyScreenViewModel: SecureBackupRecoveryKeyScreenViewM
|
||||
actionsSubject.send(.done(mode: context.viewState.mode))
|
||||
case .failure(let error):
|
||||
MXLog.error("Failed confirming recovery key with error: \(error)")
|
||||
state.bindings.alertInfo = .init(id: .init())
|
||||
state.bindings.alertInfo = .init(id: .init(),
|
||||
title: L10n.screenRecoveryKeyConfirmErrorTitle,
|
||||
message: L10n.screenRecoveryKeyConfirmErrorContent)
|
||||
}
|
||||
|
||||
hideLoadingIndicator()
|
||||
|
||||
Reference in New Issue
Block a user