Migrate more strings to translation keys (#11680)
This commit is contained in:
parent
8014cebb20
commit
6af4335db1
101 changed files with 6739 additions and 5973 deletions
|
@ -861,7 +861,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
|
|||
case Phase.PassphraseConfirm:
|
||||
return _t("settings|key_backup|setup_secure_backup|title_confirm_phrase");
|
||||
case Phase.ConfirmSkip:
|
||||
return _t("Are you sure?");
|
||||
return _t("common|are_you_sure");
|
||||
case Phase.ShowKey:
|
||||
return _t("settings|key_backup|setup_secure_backup|title_save_key");
|
||||
case Phase.Storing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue