aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts')
-rw-r--r--packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
index 027368a91..daa3ee76d 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
+++ b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
@@ -50,6 +50,7 @@ export function useComponentState({
return {
status: "error",
error: alertFromError(
+ i18n,
i18n.str`Could not load the list of exchanges`,
hook,
),
@@ -103,6 +104,7 @@ export function useComponentState({
return {
status: "error",
error: alertFromError(
+ i18n,
i18n.str`Could not load the invoice status`,
hook,
),