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 misspelling


From: gnunet
Subject: [taler-wallet-core] branch master updated: Fix misspelling
Date: Fri, 28 Jan 2022 19:41:08 +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 ddd4e8f0 Fix misspelling
ddd4e8f0 is described below

commit ddd4e8f033c92b7d5ff3828e4becb75bf4a14d55
Author: Michiel Leenaars <ml.software@leenaa.rs>
AuthorDate: Fri Jan 28 18:31:54 2022 +0100

    Fix misspelling
---
 .../anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx     | 4 ++--
 packages/taler-wallet-webextension/src/wallet/History.tsx             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx 
b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
index 411efd56..17987796 100644
--- a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
@@ -102,7 +102,7 @@ export function AuthenticationEditorScreen(): VNode {
           <ConfirmModal
             active
             onCancel={cancel}
-            description="No providers founds"
+            description="No providers found"
             label="Add a provider manually"
             onConfirm={async () => {
               setManageProvider(selectedMethod);
@@ -196,7 +196,7 @@ export function AuthenticationEditorScreen(): VNode {
             <ConfirmModal
               active={!noProvidersAck}
               onCancel={() => setNoProvidersAck(true)}
-              description="No providers founds"
+              description="No providers found"
               label="Add a provider manually"
               onConfirm={async () => {
                 setManageProvider("");
diff --git a/packages/taler-wallet-webextension/src/wallet/History.tsx 
b/packages/taler-wallet-webextension/src/wallet/History.tsx
index feeb61c5..d873578b 100644
--- a/packages/taler-wallet-webextension/src/wallet/History.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/History.tsx
@@ -132,7 +132,7 @@ export function HistoryView({
     return (
       <WarningBox>
         <p>
-          You have <b>no balance</b>. Withdraw some founds into your wallet
+          You have <b>no balance</b>. Withdraw some funds into your wallet
         </p>
         <ButtonBoxWarning onClick={() => goToWalletManualWithdraw()}>
           Withdraw

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