Fix misspelling
This commit is contained in:
parent
af3082f448
commit
ddd4e8f033
@ -102,7 +102,7 @@ export function AuthenticationEditorScreen(): VNode {
|
|||||||
<ConfirmModal
|
<ConfirmModal
|
||||||
active
|
active
|
||||||
onCancel={cancel}
|
onCancel={cancel}
|
||||||
description="No providers founds"
|
description="No providers found"
|
||||||
label="Add a provider manually"
|
label="Add a provider manually"
|
||||||
onConfirm={async () => {
|
onConfirm={async () => {
|
||||||
setManageProvider(selectedMethod);
|
setManageProvider(selectedMethod);
|
||||||
@ -196,7 +196,7 @@ export function AuthenticationEditorScreen(): VNode {
|
|||||||
<ConfirmModal
|
<ConfirmModal
|
||||||
active={!noProvidersAck}
|
active={!noProvidersAck}
|
||||||
onCancel={() => setNoProvidersAck(true)}
|
onCancel={() => setNoProvidersAck(true)}
|
||||||
description="No providers founds"
|
description="No providers found"
|
||||||
label="Add a provider manually"
|
label="Add a provider manually"
|
||||||
onConfirm={async () => {
|
onConfirm={async () => {
|
||||||
setManageProvider("");
|
setManageProvider("");
|
||||||
|
@ -132,7 +132,7 @@ export function HistoryView({
|
|||||||
return (
|
return (
|
||||||
<WarningBox>
|
<WarningBox>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<ButtonBoxWarning onClick={() => goToWalletManualWithdraw()}>
|
<ButtonBoxWarning onClick={() => goToWalletManualWithdraw()}>
|
||||||
Withdraw
|
Withdraw
|
||||||
|
Loading…
Reference in New Issue
Block a user