MESSENGER-3304 string in separate files

This commit is contained in:
Frank Rotermund
2022-09-19 11:53:45 +02:00
parent 84ccb9378d
commit 226e55caf7
91 changed files with 2975 additions and 1342 deletions

View File

@@ -94,9 +94,9 @@ final class KeyBackupSetupSuccessFromRecoveryKeyViewController: UIViewController
self.keyBackupLogoImageView.image = keybackupLogoImage
self.titleLabel.text = VectorL10n.keyBackupSetupSuccessTitle
self.informationLabel.text = VectorL10n.keyBackupSetupSuccessFromRecoveryKeyInfo
self.informationLabel.text = BWIL10n.keyBackupSetupSuccessFromRecoveryKeyInfo
self.recoveryKeyTitleLabel.text = VectorL10n.keyBackupSetupSuccessFromRecoveryKeyRecoveryKeyTitle
self.recoveryKeyTitleLabel.text = BWIL10n.keyBackupSetupSuccessFromRecoveryKeyRecoveryKeyTitle
self.recoveryKeyLabel.text = self.recoveryKey
self.makeACopyButton.setTitle(VectorL10n.keyBackupSetupSuccessFromRecoveryKeyMakeCopyAction, for: .normal)