commit 7ccbb0a8e25b08624acd9d709b7545ffd4515b21
parent 54284c14c74598297e323fc428954ebef80e6ca0
Author: Florian Dold <florian@dold.me>
Date: Thu, 23 Feb 2023 21:19:37 +0100
fix typo in project name
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/merchant-backend-ui/src/pages/OfferRefund.tsx b/packages/merchant-backend-ui/src/pages/OfferRefund.tsx
@@ -111,7 +111,7 @@ export function OfferRefund({ refundURI, qr_code, order_status_url }: Props): VN
<QRPlaceholder dangerouslySetInnerHTML={{ __html: qr_code ? qr_code : `{{{ taler_refund_qrcode_svg }}}` }} />
<p>
<WalletLink href={refundURI ? refundURI : `{{ taler_refund_uri }}`}>
- Or open your Taller wallet
+ Or open your Taler wallet
</WalletLink>
</p>
<p>
diff --git a/packages/merchant-backend-ui/src/pages/OfferTip.tsx b/packages/merchant-backend-ui/src/pages/OfferTip.tsx
@@ -106,7 +106,7 @@ export function OfferTip({ tipURI, qr_code, tip_status_url }: Props): VNode {
<QRPlaceholder dangerouslySetInnerHTML={{ __html: qr_code ? qr_code : `{{{ taler_tip_qrcode_svg }}}` }} />
<p>
<WalletLink href={tipURI ? tipURI : `{{ taler_tip_uri }}`}>
- Or open your Taller wallet
+ Or open your Taler wallet
</WalletLink>
</p>
<p>