further improvements to backup wallet content
This commit is contained in:
parent
918610263c
commit
6e61a9f73c
1 changed files with 15 additions and 3 deletions
|
@ -20,17 +20,22 @@ class BackupPage extends React.PureComponent {
|
||||||
<SubHeader />
|
<SubHeader />
|
||||||
<section className="card">
|
<section className="card">
|
||||||
<div className="card__title-primary">
|
<div className="card__title-primary">
|
||||||
<h3>{__("Backup Wallet")}</h3>
|
<h3>{__("Backup Your LBRY Credits")}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<p>
|
<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>
|
||||||
<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>
|
||||||
<p>
|
<p>
|
||||||
|
@ -45,6 +50,13 @@ class BackupPage extends React.PureComponent {
|
||||||
)}
|
)}
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue