Fix casing of Secure Backup to match designs
This commit is contained in:
parent
2b0865e89c
commit
941cbc47c8
2 changed files with 2 additions and 2 deletions
|
@ -714,7 +714,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||
_titleForPhase(phase) {
|
||||
switch (phase) {
|
||||
case PHASE_CHOOSE_KEY_PASSPHRASE:
|
||||
return _t('Set up Secure backup');
|
||||
return _t('Set up Secure Backup');
|
||||
case PHASE_MIGRATE:
|
||||
return _t('Upgrade your encryption');
|
||||
case PHASE_PASSPHRASE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue