diff options
Diffstat (limited to 'src/webex')
| -rw-r--r-- | src/webex/pages/popup.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) {          <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>        );      } | 
