update PHASE_PASSPHRASE copy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-16 14:55:43 +01:00
parent e942a35525
commit aea7ede7d0
2 changed files with 2 additions and 2 deletions

View file

@ -477,7 +477,7 @@ export default class CreateKeyBackupDialog extends React.PureComponent {
_titleForPhase(phase) {
switch (phase) {
case PHASE_PASSPHRASE:
return _t('Secure your backup with a passphrase');
return _t('Secure your backup with a recovery passphrase');
case PHASE_PASSPHRASE_CONFIRM:
return _t('Confirm your recovery passphrase');
case PHASE_OPTOUT_CONFIRM: