pull/21833/head
David Baker 2019-01-07 10:13:02 +00:00
parent 47f303dc9d
commit 522dddbd13
1 changed files with 2 additions and 2 deletions

View File

@ -35,14 +35,14 @@ export default (props) => {
description = <div> description = <div>
<p>{_t( <p>{_t(
"When you log out, you'll lose your secure message history. To prevent " + "When you log out, you'll lose your secure message history. To prevent " +
"this, set up a recovery method." "this, set up a recovery method.",
)}</p> )}</p>
<p>{_t( <p>{_t(
"Alternatively, advanced users can also manually export encryption keys in " + "Alternatively, advanced users can also manually export encryption keys in " +
"<a>Settings</a> before logging out.", {}, "<a>Settings</a> before logging out.", {},
{ {
a: sub => <a href='#/settings' onClick={onSettingsLinkClick}>{sub}</a>, a: sub => <a href='#/settings' onClick={onSettingsLinkClick}>{sub}</a>,
} },
)}</p> )}</p>
</div>; </div>;
} else { } else {