Bug 15377: (QA follow-up) Fix capitalization and column heading
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 29 Feb 2020 23:33:19 +0000 (00:33 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Mar 2020 10:54:34 +0000 (10:54 +0000)
Checked Out -> Checked out
Circulation -> Status (matching other pages with this information)

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt

index 86765eb..bc816e1 100644 (file)
@@ -86,7 +86,7 @@
                         <th>Public note</th>
                         <th>Link</th>
                         <th class="NoSort">Other course reserves</th>
-                        <th>Circulation</th>
+                        <th>Status</th>
                         [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
                             <th class="NoSort">Actions</th>
                         [% END %]
                             <td class="status">
                                 <span>
                                 [% IF cr.item.onloan %]
-                                    Checked Out
+                                    Checked out
                                 [% ELSE %]
                                     Available
                                 [% END %]