Add warnings about trusted computers
This commit is contained in:
parent
3a0b8cb169
commit
e41fc55cca
2 changed files with 18 additions and 4 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue