MESSENGER Release 1.24.0

This commit is contained in:
Frank Rotermund
2022-09-19 12:43:14 +02:00
parent a194ac2fe7
commit 1550ee2a9a
17 changed files with 143 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ final class SecretsRecoveryWithKeyViewController: UIViewController {
// Reset secrets button
let resetSecretsAttributedString = NSMutableAttributedString(string: VectorL10n.secretsRecoveryResetActionPart1, attributes: [.foregroundColor: self.theme.tintColor])
let resetSecretsAttributedString = NSMutableAttributedString(string: BWIL10n.secretsRecoveryResetActionPart1, attributes: [.foregroundColor: self.theme.tintColor])
self.resetSecretsButton.setAttributedTitle(resetSecretsAttributedString, for: .normal)
}