1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

Add warnings about trusted computers

This commit is contained in:
David Baker
2019-02-12 16:34:06 +00:00
parent 3a0b8cb169
commit e41fc55cca
2 changed files with 18 additions and 4 deletions

View File

@ -264,6 +264,10 @@ export default React.createClass({
}
return <div>
<p>{_t(
"<b>Warning</b>: you should only set up key backup from a trusted computer.", {},
{ b: sub => <b>{sub}</b> },
)}</p>
<p>{_t(
"We'll store an encrypted copy of your keys on our server. " +
"Protect your backup with a passphrase to keep it secure.",