found more strings
This commit is contained in:
parent
091f5c21e7
commit
0aa62b2dff
1 changed files with 3 additions and 3 deletions
|
@ -92,12 +92,12 @@ class WalletBackup extends React.PureComponent<Props, State> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card
|
<Card
|
||||||
title={__('Backup Your LBRY Credits')}
|
title={__('Backup Your LBRY Wallet')}
|
||||||
subtitle={
|
subtitle={
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
{__(
|
{__(
|
||||||
'Your LBRY credits are controllable by you and only you, via a wallet file stored locally on your computer.'
|
'Your LBRY credits, channels, and publishes are controllable by you and only you, via wallet file(s) stored locally on your computer.'
|
||||||
)}
|
)}
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -127,7 +127,7 @@ class WalletBackup extends React.PureComponent<Props, State> {
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Access to these files are equivalent to having access to your credits. Keep any copies you make of your
|
Access to these files are equivalent to having access to your credits, channels, and publishes. Keep any copies you make of your
|
||||||
wallet in a secure place. For more details on backing up and best practices %helpLink%.
|
wallet in a secure place. For more details on backing up and best practices %helpLink%.
|
||||||
</I18nMessage>
|
</I18nMessage>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue