Bug 32900

Summary: Curbside pickups - "Please fill in this field" tip is untranslatable
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: I18N/L10NAssignee: Bugs List <koha-bugs>
Status: RESOLVED INVALID QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: f.demians
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 30650    
Bug Blocks:    

Description Caroline Cyr La Rose 2023-02-07 16:44:00 UTC
When scheduling a pickup, there is a tip when you hover the cursor on the date field that says "Please fill in this field". I could not find this string anywhere in the .po files, even after an update.

To get this string:
1. Enable the CurbsidePickup system preference
2. Set up curbside pickup for a library (e.g. Centerville)
   2.1. Go to Administration > Curbside pickup
   2.2. Click the tab for the library
   2.3. Fill out the form:
        - Enable: Check
        - Pickup interval: 10 (or other)
        - Maximum patrons per interval: 3 (or other)
        - Patron-scheduled pickup: leave unchecked
        - Enable for waiting holds only: leave unchecked
   2.4. Enter a couple of time periods (e.g.
        - Day: Sunday
        - From: 10:00
        - To: 12:00
   2.5. Click 'Add'
   2.6. Click 'Save configuration'
3. Schedule a pickup, hover over the date field
   3.1. Go to Circulation > Curbside pickups
   3.2. Click 'Schedule pickup'
   3.3. Search for a patron name (e.g. Henry)
   3.4. Hover the cursor on the date field
        --> The tip says "Please fill in this field."

To translate :
cd misc/translator
./translate update xx-XX
git grep "Please fill in this field"
--> No result
Comment 1 Katrin Fischer 2023-02-10 22:06:28 UTC
I believe this is the browser message for a required HTML5 field. I can't find the string in the code base either.
Comment 2 Caroline Cyr La Rose 2024-09-11 16:45:16 UTC
You're probably right. I tried in Firefox and it's "Please fill out this field." instead of "Please fill in this field."