Migrate more strings to translation keys (#11498)
This commit is contained in:
parent
9329b896b3
commit
6b3243b27b
89 changed files with 1495 additions and 1491 deletions
|
@ -601,7 +601,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
|
|||
<div>{_t("Restore your key backup to upgrade your encryption")}</div>
|
||||
</div>
|
||||
);
|
||||
nextCaption = _t("Restore");
|
||||
nextCaption = _t("action|restore");
|
||||
} else {
|
||||
authPrompt = <p>{_t("You'll need to authenticate with the server to confirm the upgrade.")}</p>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue