fix typo in project name

This commit is contained in:
Florian Dold 2023-02-23 21:19:37 +01:00
parent 54284c14c7
commit 7ccbb0a8e2
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>