another missed translation
This commit is contained in:
parent
1c06d781ae
commit
40ef2e0cf4
2 changed files with 5 additions and 2 deletions
|
@ -340,8 +340,10 @@ export default React.createClass({
|
|||
_renderPhaseOptOutConfirm: function() {
|
||||
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
|
||||
return <div>
|
||||
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."
|
||||
)}
|
||||
<DialogButtons primaryButton={_t('Set up Secure Message Recovery')}
|
||||
onPrimaryButtonClick={this._onSetUpClick}
|
||||
hasCancel={false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue