From d5fc7ee42de074be1c773dcdc5dd803f89d44489 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Apr 2016 02:06:57 +0200 Subject: Leave sending the payment blob to the merchant. --- popup/popup.html | 2 +- popup/popup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'popup') diff --git a/popup/popup.html b/popup/popup.html index 518d3c6cb..551d49f9b 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -11,8 +11,8 @@ + - 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?`; } } -- cgit v1.2.3