gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -typos


From: gnunet
Subject: [taler-wallet-core] branch master updated: -typos
Date: Mon, 16 Jan 2023 17:50:37 +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 4a104415f -typos
4a104415f is described below

commit 4a104415fe9e49533f72e006d20fb5ab0e45269b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 16 17:50:34 2023 +0100

    -typos
---
 packages/taler-wallet-webextension/src/stories.test.ts        | 2 +-
 packages/taler-wallet-webextension/src/wallet/Transaction.tsx | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/stories.test.ts 
b/packages/taler-wallet-webextension/src/stories.test.ts
index f02aa5cba..76e3db5f4 100644
--- a/packages/taler-wallet-webextension/src/stories.test.ts
+++ b/packages/taler-wallet-webextension/src/stories.test.ts
@@ -47,7 +47,7 @@ describe("All the examples:", () => {
                 const B = h(example.render.component, example.render.props);
                 //FIXME:
                 //some components push the alter in the UI function
-                //that's not correct, should be moved into the sate function
+                //that's not correct, should be moved into the state function
                 // until then, we ran the tests with the alert provider
                 return h(AlertProvider, { children: B }, B);
               }
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx 
b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index cc3a65f2d..7c0682588 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -299,7 +299,7 @@ function TransactionTemplate({
               </header>
               <section>
                 <i18n.Translate>
-                  Doing a cancelation while the transaction still active might
+                  Doing a cancellation while the transaction still active might
                   result in lost coins. Do you still want to cancel the
                   transaction?
                 </i18n.Translate>
@@ -981,7 +981,7 @@ export function TransactionView({
           text={transaction.exchangeBaseUrl as TranslatedString}
           kind="neutral"
         />
-        {/* {transaction.pending && ( //pending is not-received 
+        {/* {transaction.pending && ( //pending is not-received
             )} */}
         <Part
           title={i18n.str`URI`}

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