rephrase text

This commit is contained in:
Akinwale Ariwodola 2020-03-24 15:32:24 +01:00
parent 30b2bee66d
commit ef4db34e72

View file

@ -25,7 +25,7 @@ class WalletBalanceExtra extends React.PureComponent<Props> {
<Text style={walletStyle.syncInfoText}>
{deviceWalletSynced
? __('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>
<Link
text={__('What does this mean?')}