From 4e3bcc9a2578b3821ff8f39554976fb7b76456db Mon Sep 17 00:00:00 2001 From: Lisette Scheer Date: Sat, 24 Oct 2020 19:45:28 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 738afd604b..2db0de5408 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -530,7 +530,7 @@ legend:hover {
  • - Search to add + Add guarantor
  • [% IF relationships && Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %] -- 2.39.5