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

View file

@ -60,6 +60,8 @@
"Server may be unavailable, overloaded, or you hit a bug.": "Server may be unavailable, overloaded, or you hit a bug.",
"The server does not support the room version specified.": "The server does not support the room version specified.",
"Failure to create room": "Failure to create room",
"Cancel entering passphrase?": "Cancel entering passphrase?",
"If you cancel now, you won't complete your secret storage operation!": "If you cancel now, you won't complete your secret storage operation!",
"Setting up keys": "Setting up keys",
"Send anyway": "Send anyway",
"Send": "Send",