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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user