Fix casing of Secure Backup to match designs

This commit is contained in:
J. Ryan Stinnett 2020-08-14 16:40:46 +01:00
parent 2b0865e89c
commit 941cbc47c8
2 changed files with 2 additions and 2 deletions

View file

@ -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: