From 40ef2e0cf4d42f36d4ba51eef9b14d69c0efc42a Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 21 Nov 2018 18:08:44 +0000 Subject: [PATCH] another missed translation --- .../views/dialogs/keybackup/CreateKeyBackupDialog.js | 6 ++++-- src/i18n/strings/en_EN.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js b/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js index 4a5ba67514..8601463e80 100644 --- a/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js +++ b/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js @@ -340,8 +340,10 @@ export default React.createClass({ _renderPhaseOptOutConfirm: function() { const DialogButtons = sdk.getComponent('views.elements.DialogButtons'); return
- Without setting up Secure Message Recovery, you won't be able to restore your - encrypted message history if you log out or use another device. + {_t( + "Without setting up Secure Message Recovery, you won't be able to restore your " + + "encrypted message history if you log out or use another device." + )}