diff --git a/ui/js/page/backup/view.jsx b/ui/js/page/backup/view.jsx index f3d930a17..6ce9de6b6 100644 --- a/ui/js/page/backup/view.jsx +++ b/ui/js/page/backup/view.jsx @@ -20,17 +20,22 @@ class BackupPage extends React.PureComponent {
-

{__("Backup Wallet")}

+

{__("Backup Your LBRY Credits")}

{__( - "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." )}

{__( - "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." + )} +

+

+ {__( + "However, it is fairly easy to back up manually. To backup your wallet, make a copy of the folder listed below:" )}

@@ -45,6 +50,13 @@ class BackupPage extends React.PureComponent { )}

+

+ For more details on backing up and best practices,{" "} + . +