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.')}
) : (