From a9d059a7156130ec482a7323133e8b1a519169f1 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Fri, 25 Apr 2025 14:32:57 +0000 Subject: [PATCH] Bug 39689: Fixed Course Reserve typo To test: 1. Visit http://localhost:8080/cgi-bin/koha/opac-course-reserves.pl 2. Note the heading is "Courses reserves" which is grammatically incorrect. 3. Apply the patch and refresh the Course Reserves page. 4. Note that the heading is now grammatically correct. 5. Sign off and have a great day! :D --- .../opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt index 04212c0cb1..829205bde5 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt @@ -32,7 +32,7 @@
-

Courses reserves

+

Course reserves

-- 2.39.5
Courses