This commit is contained in:
manuroe
2019-02-12 19:06:22 +01:00
parent 03c32903fa
commit 29aa20f810
11 changed files with 28 additions and 26 deletions

View File

@@ -237,7 +237,7 @@ final class KeyBackupSetupPassphraseViewController: UIViewController {
textColor = self.theme.tintColor
} else {
text = VectorL10n.keyBackupSetupPassphrasePassphraseInvalid
textColor = self.theme.notificationPrimaryColor
textColor = self.theme.noticeColor
}
self.passphraseAdditionalLabel.text = text
@@ -254,7 +254,7 @@ final class KeyBackupSetupPassphraseViewController: UIViewController {
textColor = self.theme.tintColor
} else {
text = VectorL10n.keyBackupSetupPassphraseConfirmPassphraseInvalid
textColor = self.theme.notificationPrimaryColor
textColor = self.theme.noticeColor
}
self.confirmPassphraseAdditionalLabel.text = text