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." + )}