commit 19a2cfb2bdeb0cc4a69c4611c2554a3dbd7f6e92 parent 54fdd64ea8df045417eca8c8c3ffe98959535f5b Author: Florian Dold <dold@taler.net> Date: Fri, 4 Sep 2026 19:07:27 +0200 bank web UI: correct account deletion error text Diffstat:
| M | packages/libeufin-bank-webui/src/pages/admin/RemoveAccount.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/libeufin-bank-webui/src/pages/admin/RemoveAccount.tsx b/packages/libeufin-bank-webui/src/pages/admin/RemoveAccount.tsx @@ -94,7 +94,7 @@ export function RemoveAccount({ onUpdateSuccess(); }, onFail: showError( - i18n.str`Faild to delete the account.`, + i18n.str`Failed to delete the account.`, (fail, creds) => { switch (fail.case) { case HttpStatusCode.Unauthorized: