aboutsummaryrefslogtreecommitdiff
path: root/popup/popup.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-06 02:06:57 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-06 02:06:57 +0200
commitd5fc7ee42de074be1c773dcdc5dd803f89d44489 (patch)
treec0167961ca2f9ca020a8bd122a1e6f85322dfcb0 /popup/popup.tsx
parent3877ace7ddd2df9a19b8ed0288ca0ed6f7411e0c (diff)
downloadwallet-core-d5fc7ee42de074be1c773dcdc5dd803f89d44489.tar.xz
Leave sending the payment blob to the merchant.
Diffstat (limited to 'popup/popup.tsx')
-rw-r--r--popup/popup.tsx2
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?`;
}
}