diff options
Diffstat (limited to 'packages/merchant-backend-ui/src/pages/OfferTip.tsx')
-rw-r--r-- | packages/merchant-backend-ui/src/pages/OfferTip.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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> |