diff options
Diffstat (limited to 'popup/popup.tsx')
-rw-r--r-- | popup/popup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/popup.tsx b/popup/popup.tsx index d99e4e81b..c5ecf85d0 100644 --- a/popup/popup.tsx +++ b/popup/popup.tsx @@ -136,7 +136,7 @@ namespace WalletBalance { {config: openInExtension}, i18n`help`); - return i18n.parts`You have no balance to show. Need some ${helpLink}? getting started?`; + return i18n.parts`You have no balance to show. Need some ${helpLink} getting started?`; } } |