fix typo
This commit is contained in:
parent
e318bb38b4
commit
3d58c4eca6
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ const WalletBalance = (props: Props) => {
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* @if TARGET='app' */}
|
{/* @if TARGET='app' */}
|
||||||
{!hasSynced ? (
|
{hasSynced ? (
|
||||||
<p className="section help">
|
<p className="section help">
|
||||||
{__('A backup of your wallet is synced with lbry.tv.')}
|
{__('A backup of your wallet is synced with lbry.tv.')}
|
||||||
<HelpLink href="https://lbry.com/faq/account-sync" />
|
<HelpLink href="https://lbry.com/faq/account-sync" />
|
||||||
|
|
Loading…
Reference in a new issue