aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backend-ui
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-23 21:19:37 +0100
committerFlorian Dold <florian@dold.me>2023-02-23 21:19:37 +0100
commit7ccbb0a8e25b08624acd9d709b7545ffd4515b21 (patch)
tree50b3fabf089fb750f9e82b7287ef9db8d470b52f /packages/merchant-backend-ui
parent54284c14c74598297e323fc428954ebef80e6ca0 (diff)
downloadwallet-core-7ccbb0a8e25b08624acd9d709b7545ffd4515b21.tar.gz
wallet-core-7ccbb0a8e25b08624acd9d709b7545ffd4515b21.tar.bz2
wallet-core-7ccbb0a8e25b08624acd9d709b7545ffd4515b21.zip
fix typo in project name
Diffstat (limited to 'packages/merchant-backend-ui')
-rw-r--r--packages/merchant-backend-ui/src/pages/OfferRefund.tsx2
-rw-r--r--packages/merchant-backend-ui/src/pages/OfferTip.tsx2
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
index 14c9372c2..5fdc51c61 100644
--- 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
index ace1059ca..6df959028 100644
--- 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>