copy and i18n

This commit is contained in:
Bruno Windels 2020-02-06 15:06:36 +01:00
parent 4cd4110a52
commit cf7ad725a6
2 changed files with 3 additions and 1 deletions

View file

@ -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;
},