You've already forked matrix-react-sdk
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:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user