Clarify key backup details when backup exists but is not trusted in banner too

This follows changes made by https://github.com/vector-im/riot-ios/pull/2375
This commit is contained in:
manuroe
2019-04-24 10:23:27 +02:00
parent d7d788e7b2
commit 7ac7365bea
4 changed files with 12 additions and 12 deletions

View File

@@ -95,7 +95,7 @@ final class KeyBackupSetupIntroViewController: UIViewController {
self.titleLabel.text = VectorL10n.keyBackupSetupIntroTitle
self.informationLabel.text = VectorL10n.keyBackupSetupIntroInfo
let setupTitle = self.isABackupAlreadyExists ? VectorL10n.keyBackupSetupIntroSetupActionWithExistingBackup : VectorL10n.keyBackupSetupIntroSetupActionWithoutExistingBackup
let setupTitle = self.isABackupAlreadyExists ? VectorL10n.keyBackupSetupIntroSetupConnectActionWithExistingBackup : VectorL10n.keyBackupSetupIntroSetupActionWithoutExistingBackup
self.setUpButton.setTitle(setupTitle, for: .normal)