chore(i18n): drop dead navigation.customers keys

This commit is contained in:
Luca
2026-05-11 16:39:30 +02:00
parent 9091ed4012
commit eb0c45e0f4
7 changed files with 1 additions and 7 deletions
@@ -175,7 +175,7 @@ export const CustomerAccountPicker: React.FC<Props> = ({ value, onChange, disabl
</div>
) : results.length === 0 ? (
<div className="px-3 py-3 text-sm text-muted-theme">
{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.')}
</div>
) : (
<ul role="listbox">