From c58349ebaa173881a4201e83e928325707758eb8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 4 Mar 2024 11:52:36 -0300 Subject: fix #8371 --- packages/taler-wallet-webextension/src/cta/Withdraw/state.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/taler-wallet-webextension/src/cta/Withdraw/state.ts') diff --git a/packages/taler-wallet-webextension/src/cta/Withdraw/state.ts b/packages/taler-wallet-webextension/src/cta/Withdraw/state.ts index a49ad3d36..e52b9faec 100644 --- a/packages/taler-wallet-webextension/src/cta/Withdraw/state.ts +++ b/packages/taler-wallet-webextension/src/cta/Withdraw/state.ts @@ -79,6 +79,7 @@ export function useComponentStateFromParams({ return { status: "error", error: alertFromError( + i18n, i18n.str`Could not load the list of exchanges`, uriInfoHook, ), @@ -255,6 +256,7 @@ export function useComponentStateFromURI({ return { status: "error", error: alertFromError( + i18n, i18n.str`Could not load info from URI`, uriInfoHook, ), @@ -407,6 +409,7 @@ function exchangeSelectionState( return { status: "error", error: alertFromError( + i18n, i18n.str`Could not load the withdrawal details`, amountHook, ), -- cgit v1.2.3