gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix typo in project name


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix typo in project name
Date: Thu, 23 Feb 2023 21:19:42 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 7ccbb0a8e fix typo in project name
7ccbb0a8e is described below

commit 7ccbb0a8e25b08624acd9d709b7545ffd4515b21
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 23 21:19:37 2023 +0100

    fix typo in project name
---
 packages/merchant-backend-ui/src/pages/OfferRefund.tsx | 2 +-
 packages/merchant-backend-ui/src/pages/OfferTip.tsx    | 2 +-
 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>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]