mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Lint
This commit is contained in:
parent
47f303dc9d
commit
522dddbd13
@ -35,14 +35,14 @@ export default (props) => {
|
||||
description = <div>
|
||||
<p>{_t(
|
||||
"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>{_t(
|
||||
"Alternatively, advanced users can also manually export encryption keys in " +
|
||||
"<a>Settings</a> before logging out.", {},
|
||||
{
|
||||
a: sub => <a href='#/settings' onClick={onSettingsLinkClick}>{sub}</a>,
|
||||
}
|
||||
},
|
||||
)}</p>
|
||||
</div>;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user