From 9b18c87deb904d83ae5748236dff70de7c5fa656 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 12 Dec 2017 16:51:13 +0100 Subject: [PATCH] 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 9e8eb3f3e..2ab24571c 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 6d1ff3b2b..ded430d2b 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -409,7 +409,7 @@ function formatHistoryItem(historyItem: HistoryRecord) { Merchant {d.merchantDomain} gave a tip of {renderAmount(d.amount)}. - {d.accepted ? null : You did not accepted the tip yet. } + { d.accepted ? null : You did not accept the tip yet. } ); }