commit f242381f4d4d637a7ac81cd01485d6b065d8fc4d parent 3e9ddf23b26a81ee2cf254ba58aa1430946a81f3 Author: Sebastian <sebasjm@taler-systems.com> Date: Sat, 7 Feb 2026 08:26:56 -0300 fix typo Diffstat:
| M | packages/aml-backoffice-ui/src/pages/Dashboard.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/aml-backoffice-ui/src/pages/Dashboard.tsx b/packages/aml-backoffice-ui/src/pages/Dashboard.tsx @@ -196,7 +196,7 @@ function labelForEvent_tops( return i18n.str`PEP files`; case "accounts_involed_in_proceedings_last_year": - return i18n.str`Under investiation`; + return i18n.str`Under investigation`; default: { assertUnreachable(name);