mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user