From f3dfd3da1bb16da110b1e83ebc075ed82dcf129e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 19 Feb 2024 11:15:19 -0300 Subject: fix wrong error messages --- packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-webextension/src/cta/InvoicePay') diff --git a/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts b/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts index 8bae9470f..64e2f4d80 100644 --- a/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts +++ b/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts @@ -64,7 +64,7 @@ export function useComponentState({ return { status: "error", error: alertFromError( - i18n.str`Could not load the status of the term of service`, + i18n.str`Could not load the transfer payment status`, hook, ), }; -- cgit v1.2.3