fix typo in project name
This commit is contained in:
parent
54284c14c7
commit
7ccbb0a8e2
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user