Fix misspelling

This commit is contained in:
Michiel Leenaars 2022-01-28 18:31:54 +01:00 committed by Christian Grothoff
parent af3082f448
commit ddd4e8f033
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

View File

@ -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("");

View File

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