typos
This commit is contained in:
parent
9f3a9a65f7
commit
9b18c87deb
@ -2377,7 +2377,7 @@ export class Wallet {
|
|||||||
detail: {
|
detail: {
|
||||||
merchantDomain: tip.merchantDomain,
|
merchantDomain: tip.merchantDomain,
|
||||||
amount: tip.amount,
|
amount: tip.amount,
|
||||||
reservePub: tip.accepted,
|
accepted: tip.accepted,
|
||||||
tipId: tip.tipId,
|
tipId: tip.tipId,
|
||||||
},
|
},
|
||||||
timestamp: tip.timestamp,
|
timestamp: tip.timestamp,
|
||||||
|
@ -409,7 +409,7 @@ function formatHistoryItem(historyItem: HistoryRecord) {
|
|||||||
<i18n.Translate wrap="p">
|
<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>.
|
Merchant <span>{d.merchantDomain}</span> gave a <a href={url} onClick={openTab(url)}> tip</a> of <span>{renderAmount(d.amount)}</span>.
|
||||||
<span> </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>
|
</i18n.Translate>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user