mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Consistent capitalisation
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
5019eff1e3
commit
44ca35296a
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||
_titleForPhase(phase) {
|
||||
switch (phase) {
|
||||
case PHASE_RESTORE_KEY_BACKUP:
|
||||
return _t('Restore Your Key Backup');
|
||||
return _t('Restore your Key Backup');
|
||||
case PHASE_MIGRATE:
|
||||
return _t('Migrate from Key Backup');
|
||||
case PHASE_PASSPHRASE:
|
||||
|
|
Loading…
Reference in a new issue