fix(loyalty): use correct no-results text in PIN staff autocomplete

PIN create/edit modals were showing "Customer not found" (terminal
message) when no staff members matched. Now shows "No staff members
found" with a proper locale key.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-23 21:33:09 +01:00
parent 518bace534
commit 77e520bbce
5 changed files with 12 additions and 8 deletions

View File

@@ -358,7 +358,8 @@
"cancel": "Abbrechen",
"read_only_notice": "PINs sind in der Admin-Ansicht schreibgeschützt",
"save_changes": "Speichern",
"unlock": "Entsperren"
"unlock": "Entsperren",
"no_staff_found": "Keine Mitarbeiter gefunden"
},
"program_form": {
"program_type": "Programmtyp",