gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: avoid charge terminology


From: gnunet
Subject: [taler-wallet-core] branch master updated: avoid charge terminology
Date: Wed, 16 Nov 2022 15:08:05 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 689bd7379 avoid charge terminology
689bd7379 is described below

commit 689bd7379d1552b0cccbb6f5c6e4d669563b5987
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 16 15:08:02 2022 +0100

    avoid charge terminology
---
 packages/demobank-ui/src/pages/home/index.tsx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/demobank-ui/src/pages/home/index.tsx 
b/packages/demobank-ui/src/pages/home/index.tsx
index c71d801bf..c854ec1e3 100644
--- a/packages/demobank-ui/src/pages/home/index.tsx
+++ b/packages/demobank-ui/src/pages/home/index.tsx
@@ -1559,7 +1559,7 @@ function QrCodeSection({
 
   return (
     <section id="main" class="content">
-      <h1 class="nav">{i18n`Charge Taler Wallet`}</h1>
+      <h1 class="nav">{i18n`Transfer to Taler Wallet`}</h1>
       <article>
         <div class="qr-div">
           <p>{i18n`Use this QR code to withdraw to your mobile wallet:`}</p>
@@ -1759,7 +1759,7 @@ function PaymentOptions(Props: any): VNode {
               setTab("charge-wallet");
             }}
           >
-            {i18n`Charge Taler wallet`}
+            {i18n`Obtain digital cash`}
           </button>
           <button
             class={tab === "wire-transfer" ? "tablinks active" : "tablinks"}
@@ -1767,12 +1767,12 @@ function PaymentOptions(Props: any): VNode {
               setTab("wire-transfer");
             }}
           >
-            {i18n`Wire to bank account`}
+            {i18n`Transfer to bank account`}
           </button>
         </div>
         {tab === "charge-wallet" && (
           <div id="charge-wallet" class="tabcontent active">
-            <h3>{i18n`Charge Taler wallet`}</h3>
+            <h3>{i18n`Obtain digital cash`}</h3>
             <WalletWithdraw
               backendState={backendState}
               focus
@@ -1782,7 +1782,7 @@ function PaymentOptions(Props: any): VNode {
         )}
         {tab === "wire-transfer" && (
           <div id="wire-transfer" class="tabcontent active">
-            <h3>{i18n`Wire to bank account`}</h3>
+            <h3>{i18n`Transfer to bank account`}</h3>
             <PaytoWireTransfer
               backendState={backendState}
               focus

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