pull/21833/head
David Baker 2018-11-21 18:17:26 +00:00
parent 40ef2e0cf4
commit 3828798099
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ export default React.createClass({
return <div>
{_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."
"encrypted message history if you log out or use another device.",
)}
<DialogButtons primaryButton={_t('Set up Secure Message Recovery')}
onPrimaryButtonClick={this._onSetUpClick}