gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: typos


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: typos
Date: Tue, 12 Dec 2017 17:04:08 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 9b18c87d typos
9b18c87d is described below

commit 9b18c87deb904d83ae5748236dff70de7c5fa656
Author: Florian Dold <address@hidden>
AuthorDate: Tue Dec 12 16:51:13 2017 +0100

    typos
---
 src/wallet.ts             | 2 +-
 src/webex/pages/popup.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/wallet.ts b/src/wallet.ts
index 9e8eb3f3..2ab24571 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -2377,7 +2377,7 @@ export class Wallet {
         detail: {
           merchantDomain: tip.merchantDomain,
           amount: tip.amount,
-          reservePub: tip.accepted,
+          accepted: tip.accepted,
           tipId: tip.tipId,
         },
         timestamp: tip.timestamp,
diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx
index 6d1ff3b2..ded430d2 100644
--- a/src/webex/pages/popup.tsx
+++ b/src/webex/pages/popup.tsx
@@ -409,7 +409,7 @@ function formatHistoryItem(historyItem: HistoryRecord) {
         <i18n.Translate wrap="p">
           Merchant <span>{d.merchantDomain}</span> gave a <a href={url} 
onClick={openTab(url)}> tip</a> of <span>{renderAmount(d.amount)}</span>.
           <span> </span>
-          {d.accepted ? null : <span>You did not accepted the tip yet.</span> }
+          { d.accepted ? null : <span>You did not accept the tip yet.</span> }
         </i18n.Translate>
       );
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]