1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

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