diff options
Diffstat (limited to 'popup/popup.tsx')
-rw-r--r-- | popup/popup.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/popup/popup.tsx b/popup/popup.tsx index 121562e31..d58aa1dd3 100644 --- a/popup/popup.tsx +++ b/popup/popup.tsx @@ -217,7 +217,8 @@ class WalletBalanceView extends preact.Component<any, any> { help </ExtensionLink> ); - return <div>You have no balance to show. Need some {helpLink} + return <div>You have no balance to show. Need some + {" "}{helpLink}{" "} getting started?</div>; } |