diff options
author | Michiel Leenaars <ml.software@leenaa.rs> | 2022-01-28 18:31:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-01-28 19:41:05 +0100 |
commit | ddd4e8f033c92b7d5ff3828e4becb75bf4a14d55 (patch) | |
tree | fc45e4e40608ca47b90beef861148b476b73303d /packages | |
parent | af3082f448eb5dd8599ad46f864e8c341436ede5 (diff) |
Fix misspelling
Diffstat (limited to 'packages')
-rw-r--r-- | packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx | 4 | ||||
-rw-r--r-- | 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 411efd569..17987796f 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 feeb61c5d..d873578b3 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 |