From 32c5ed50993082f8ca99af7b33d34d72464558c6 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 15 Jun 2023 09:45:50 -0400 Subject: [PATCH] Bug 34015: Terminology: Relative issues should be Relative's checkouts This patch changes the term 'issues' in a screen reader caption in the OPAC to the correct term 'checkouts'. To test: Setup: - Have a patron with a guarantee - Check out an item to the guarantee - Make sure the guarantee allows their guarantor to see their checkouts (AllowStaffToSetCheckoutsVisibilityForGuarantor must be on for you to be able to set this) 1. In the OPAC, log in with the guarantor patron 2. Click on the Relatives' checkouts tab 3. Open a screen reader (in Ubuntu, Super + Alt + S to turn on/off) 4. Navigate to the table in the Relative's checkouts tab --> The screen reader should say 'Relative issue table with...' 5. Apply patch 6. Refresh the page 7. Restart the screen reader (if it was off) --> The screen reader should now say 'Relatives' checkouts table with...' Alternatively, open the page inspector and inspect the table, the caption is in the table tag, before the thead tag. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b77e8d1b3706dd4c58848c97718b8bcd75735fb0) Signed-off-by: Martin Renvoize --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index b3bd0a4d75..e6a0382cdb 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -667,7 +667,7 @@ [% IF relatives %]
- + -- 2.20.1
Relative issuesRelatives' checkouts
Title