Fix casing of Secure Backup to match designs
parent
2b0865e89c
commit
941cbc47c8
|
@ -714,7 +714,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
||||||
_titleForPhase(phase) {
|
_titleForPhase(phase) {
|
||||||
switch (phase) {
|
switch (phase) {
|
||||||
case PHASE_CHOOSE_KEY_PASSPHRASE:
|
case PHASE_CHOOSE_KEY_PASSPHRASE:
|
||||||
return _t('Set up Secure backup');
|
return _t('Set up Secure Backup');
|
||||||
case PHASE_MIGRATE:
|
case PHASE_MIGRATE:
|
||||||
return _t('Upgrade your encryption');
|
return _t('Upgrade your encryption');
|
||||||
case PHASE_PASSPHRASE:
|
case PHASE_PASSPHRASE:
|
||||||
|
|
|
@ -2241,7 +2241,7 @@
|
||||||
"Retry": "Retry",
|
"Retry": "Retry",
|
||||||
"If you cancel now, you may lose encrypted messages & data if you lose access to your logins.": "If you cancel now, you may lose encrypted messages & data if you lose access to your logins.",
|
"If you cancel now, you may lose encrypted messages & data if you lose access to your logins.": "If you cancel now, you may lose encrypted messages & data if you lose access to your logins.",
|
||||||
"You can also set up Secure Backup & manage your keys in Settings.": "You can also set up Secure Backup & manage your keys in Settings.",
|
"You can also set up Secure Backup & manage your keys in Settings.": "You can also set up Secure Backup & manage your keys in Settings.",
|
||||||
"Set up Secure backup": "Set up Secure backup",
|
"Set up Secure Backup": "Set up Secure Backup",
|
||||||
"Upgrade your encryption": "Upgrade your encryption",
|
"Upgrade your encryption": "Upgrade your encryption",
|
||||||
"Set a Security Phrase": "Set a Security Phrase",
|
"Set a Security Phrase": "Set a Security Phrase",
|
||||||
"Confirm Security Phrase": "Confirm Security Phrase",
|
"Confirm Security Phrase": "Confirm Security Phrase",
|
||||||
|
|
Loading…
Reference in New Issue