From 1c06d781aea46a31e4918b2401e9749e300b628b Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 21 Nov 2018 18:06:37 +0000 Subject: [PATCH] Missed translation --- .../views/dialogs/keybackup/CreateKeyBackupDialog.js | 10 +++++----- src/i18n/strings/en_EN.json | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js b/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js index eec4c9f414..4a5ba67514 100644 --- a/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js +++ b/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js @@ -247,11 +247,11 @@ export default React.createClass({ } const DialogButtons = sdk.getComponent('views.elements.DialogButtons'); return
-

- Type in your Recovery Passphrase to confirm you remember it. - If it helps, add it to your password manager or store it - somewhere safe. -

+

{_t( + "Type in your Recovery Passphrase to confirm you remember it. " + + "If it helps, add it to your password manager or store it " + + "somewhere safe.", + )}

{passPhraseMatch}
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index be713bdb37..ba2df1052a 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -981,6 +981,7 @@ "That matches!": "That matches!", "That doesn't match.": "That doesn't match.", "Go back to set it again.": "Go back to set it again.", + "Type in your Recovery Passphrase to confirm you remember it. If it helps, add it to your password manager or store it somewhere safe.": "Type in your Recovery Passphrase to confirm you remember it. If it helps, add it to your password manager or store it somewhere safe.", "Repeat your passphrase...": "Repeat your passphrase...", "Make a copy of this Recovery Key and keep it safe.": "Make a copy of this Recovery Key and keep it safe.", "As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.": "As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.",