copy and i18n
This commit is contained in:
parent
4cd4110a52
commit
cf7ad725a6
2 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,7 @@ async function getSecretStorageKey({ keys: keyInfos }) {
|
|||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
const [sure] = await Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Cancel entering passphrase?"),
|
||||
description: _t("If you cancel now, you won't complete your SSSS operation!"),
|
||||
description: _t("If you cancel now, you won't complete your secret storage operation!"),
|
||||
}).finished;
|
||||
return sure;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue