Bug 25834

Summary: Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Lisette Scheer <lisettepalouse+koha>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: george, lisettepalouse+koha
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00
Attachments: Attachment to Bug 25834 - Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form
Bug 25834: Relabel "Search to add" to "Add guarantor" on patron form.
Bug 25834: Relabel "Search to add" to "Add guarantor" on patron form.

Description Katrin Fischer 2020-06-21 16:33:06 UTC
The "search to add" label on the button for guarantors is a bit hard to translate and it lacks context (think of someone relying on a screen reader).

I suggest using something like: "Search for guarantor" or "Add guarantor" instead.
Comment 1 Katrin Fischer 2020-06-22 17:04:00 UTC
Hi George, I see you added yourself CC - would the suggested change work for you?
Comment 2 George Williams (NEKLS) 2020-06-22 21:57:14 UTC
Yes, either would work, I think I prefer "Add guarantor" because it's simpler.
Comment 3 Katrin Fischer 2020-06-22 21:57:50 UTC
Thank you!
Comment 4 Lisette Scheer 2020-06-24 21:26:10 UTC
I also prefer the "Add guarantor" option.
Comment 5 Lisette Scheer 2020-10-24 19:50:18 UTC
Created attachment 112395 [details] [review]
Attachment to Bug 25834 - Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form

Bug 25834: Relabel "Search to add" to "Add guarantor" on patron form.

The "search to add" label on the button for adding guarantors is a bit
hard to translate and is inaccessable. This patch updated the button
label to "Add guarantor" to fix these issues.

To test:
1. Go to patrons
2. Add a new child patron
3. Observe the button with "search to add"
4. Save the patron
5. Edit the patron and observe the "search to add" button.
6. Apply patch.
7. Add a new patron
8. Observe new text on button.
9. Edit a child patron
10. Observe new text on button
11. Sign off
Comment 6 David Nind 2020-10-25 04:53:18 UTC
Created attachment 112473 [details] [review]
Bug 25834: Relabel "Search to add" to "Add guarantor" on patron form.

The "search to add" label on the button for adding guarantors is a bit
hard to translate and is inaccessable. This patch updated the button
label to "Add guarantor" to fix these issues.

To test:
1. Go to patrons
2. Add a new child patron
3. Observe the button with "search to add"
4. Save the patron
5. Edit the patron and observe the "search to add" button.
6. Apply patch.
7. Add a new patron
8. Observe new text on button.
9. Edit a child patron
10. Observe new text on button
11. Sign off

Signed-off-by: David Nind <david@davidnind.com>
Comment 7 Katrin Fischer 2020-10-25 13:33:27 UTC
Created attachment 112474 [details] [review]
Bug 25834: Relabel "Search to add" to "Add guarantor" on patron form.

The "search to add" label on the button for adding guarantors is a bit
hard to translate and is inaccessable. This patch updated the button
label to "Add guarantor" to fix these issues.

To test:
1. Go to patrons
2. Add a new child patron
3. Observe the button with "search to add"
4. Save the patron
5. Edit the patron and observe the "search to add" button.
6. Apply patch.
7. Add a new patron
8. Observe new text on button.
9. Edit a child patron
10. Observe new text on button
11. Sign off

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 8 Jonathan Druart 2020-11-04 12:03:21 UTC
Pushed to master for 20.11, thanks to everybody involved!