diff --git a/app/modules/loyalty/locales/de.json b/app/modules/loyalty/locales/de.json index ccc4d079..ce9d0308 100644 --- a/app/modules/loyalty/locales/de.json +++ b/app/modules/loyalty/locales/de.json @@ -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", diff --git a/app/modules/loyalty/locales/en.json b/app/modules/loyalty/locales/en.json index 3a824924..403cde9a 100644 --- a/app/modules/loyalty/locales/en.json +++ b/app/modules/loyalty/locales/en.json @@ -358,7 +358,8 @@ "cancel": "Cancel", "read_only_notice": "PINs are read-only in admin view", "save_changes": "Save Changes", - "unlock": "Unlock" + "unlock": "Unlock", + "no_staff_found": "No staff members found" }, "program_form": { "program_type": "Program Type", diff --git a/app/modules/loyalty/locales/fr.json b/app/modules/loyalty/locales/fr.json index 22d6f0a4..8e9f963f 100644 --- a/app/modules/loyalty/locales/fr.json +++ b/app/modules/loyalty/locales/fr.json @@ -358,7 +358,8 @@ "cancel": "Annuler", "read_only_notice": "Les PINs sont en lecture seule en mode admin", "save_changes": "Enregistrer", - "unlock": "Déverrouiller" + "unlock": "Déverrouiller", + "no_staff_found": "Aucun membre du personnel trouvé" }, "program_form": { "program_type": "Type de programme", diff --git a/app/modules/loyalty/locales/lb.json b/app/modules/loyalty/locales/lb.json index bf6d1ac8..f1269d1c 100644 --- a/app/modules/loyalty/locales/lb.json +++ b/app/modules/loyalty/locales/lb.json @@ -358,7 +358,8 @@ "cancel": "Ofbriechen", "read_only_notice": "PINen sinn an der Admin-Usiicht nëmmen ze liesen", "save_changes": "Späicheren", - "unlock": "Entspären" + "unlock": "Entspären", + "no_staff_found": "Keng Mataarbechter fonnt" }, "program_form": { "program_type": "Programmtyp", diff --git a/app/modules/loyalty/templates/loyalty/shared/pins-list.html b/app/modules/loyalty/templates/loyalty/shared/pins-list.html index 19c94fb4..3c2a3126 100644 --- a/app/modules/loyalty/templates/loyalty/shared/pins-list.html +++ b/app/modules/loyalty/templates/loyalty/shared/pins-list.html @@ -146,8 +146,8 @@ secondary_field='email', placeholder=_('loyalty.shared.pins.pin_name'), min_chars=1, - no_results_text=_('loyalty.store.terminal.customer_not_found'), - loading_text=_('loyalty.store.terminal.looking_up') + no_results_text=_('loyalty.shared.pins.no_staff_found'), + loading_text=_('loyalty.common.loading') ) }}
@@ -208,8 +208,8 @@ secondary_field='email', placeholder=_('loyalty.shared.pins.pin_name'), min_chars=1, - no_results_text=_('loyalty.store.terminal.customer_not_found'), - loading_text=_('loyalty.store.terminal.looking_up') + no_results_text=_('loyalty.shared.pins.no_staff_found'), + loading_text=_('loyalty.common.loading') ) }}