rephrase text
This commit is contained in:
parent
30b2bee66d
commit
ef4db34e72
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class WalletBalanceExtra extends React.PureComponent<Props> {
|
||||||
<Text style={walletStyle.syncInfoText}>
|
<Text style={walletStyle.syncInfoText}>
|
||||||
{deviceWalletSynced
|
{deviceWalletSynced
|
||||||
? __('A backup of your wallet is synced with lbry.tv')
|
? __('A backup of your wallet is synced with lbry.tv')
|
||||||
: __('Your wallet is not currently synced with lbry.tv. You are in control of backing up your wallet.')}
|
: __('Your wallet is not currently synced with lbry.tv. You are responsible for backing up your wallet.')}
|
||||||
</Text>
|
</Text>
|
||||||
<Link
|
<Link
|
||||||
text={__('What does this mean?')}
|
text={__('What does this mean?')}
|
||||||
|
|
Loading…
Reference in a new issue