From eb0c45e0f40dbc05307e66ea76dc0f1b2947302c Mon Sep 17 00:00:00 2001 From: Luca <102960244+Luca-Timo@users.noreply.github.com> Date: Mon, 11 May 2026 16:39:30 +0200 Subject: [PATCH] chore(i18n): drop dead navigation.customers keys --- frontend/src/components/admin/CustomerAccountPicker.tsx | 2 +- frontend/src/i18n/locales/de.json | 1 - frontend/src/i18n/locales/en.json | 1 - frontend/src/i18n/locales/fr.json | 1 - frontend/src/i18n/locales/nl.json | 1 - frontend/src/i18n/locales/pt.json | 1 - frontend/src/i18n/locales/ru.json | 1 - 7 files changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/src/components/admin/CustomerAccountPicker.tsx b/frontend/src/components/admin/CustomerAccountPicker.tsx index 4fdb2a27..11028a04 100644 --- a/frontend/src/components/admin/CustomerAccountPicker.tsx +++ b/frontend/src/components/admin/CustomerAccountPicker.tsx @@ -175,7 +175,7 @@ export const CustomerAccountPicker: React.FC = ({ value, onChange, disabl ) : results.length === 0 ? (
- {t('events.customerPicker.noResults', 'No matches. Invite this customer from /admin/customers first.')} + {t('events.customerPicker.noResults', 'No matches. Invite this customer from Clients → Accounts first.')}
) : (