From b4b7894ed160101b4f6bdfe00f91967b12f65c84 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 17 Jul 2020 23:36:24 +0000 Subject: [PATCH] Bug 26016: Fix capitalization for "MARC Preview" Content-Type: text/plain; charset=utf-8 To test: - Go to any record in the staff catalog - Check the display for the 'MARC Preview' link - Apply patch - It should have changed to 'MARC preview' Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 33158835de..63c4e32e98 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -113,7 +113,7 @@ [% END %] [% END %] - MARC Preview: Show + MARC preview: Show [% IF ( holdcount ) %] -- 2.11.0