further improvements to backup wallet content

This commit is contained in:
Jeremy Kauffman 2017-08-22 17:28:01 -04:00
parent 918610263c
commit 6e61a9f73c

View file

@ -20,17 +20,22 @@ class BackupPage extends React.PureComponent {
<SubHeader />
<section className="card">
<div className="card__title-primary">
<h3>{__("Backup Wallet")}</h3>
<h3>{__("Backup Your LBRY Credits")}</h3>
</div>
<div className="card__content">
<p>
{__(
"Currently, there is no automatic wallet backup, but it is fairly easy to back up manually."
"Your LBRY credits are controllable by you and only you, via wallet file(s) stored locally on your computer."
)}
</p>
<p>
{__(
"To backup your wallet, make a copy of the folder listed below:"
"Currently, there is no automatic wallet backup. If you lose access to these files, you will lose your credits permanently."
)}
</p>
<p>
{__(
"However, it is fairly easy to back up manually. To backup your wallet, make a copy of the folder listed below:"
)}
</p>
<p>
@ -45,6 +50,13 @@ class BackupPage extends React.PureComponent {
)}
</strong>
</p>
<p>
For more details on backing up and best practices,{" "}
<Link
href="https://lbry.io/faq/how-to-backup-wallet"
label={__("see this article")}
/>.
</p>
</div>
</section>
</main>