From f6b209302b0ec4280763502881a0bd8f01efa056 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 5 Feb 2023 01:57:15 +0100 Subject: [PATCH] Bug 32226: Fix capitalization of "Add/Edit html content" HTML is an abbreviation and as such should always be capitalized. To test: * Go to administration > libraries * Edit any existing branch * The hint for OPAC info reads 'Add html content' * Add some content, verify the link changes to 'Edit html content' * Apply patch * Verify both cases now read 'HTML' Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 881e3d92c92..39b66c0b86d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -242,9 +242,9 @@ Libraries › Administration › Koha
  • [% IF OpacLibraryInfo %]
    [% OpacLibraryInfo.content | $raw %]
    - + [% ELSE %] - Add html content + Add HTML content [% END %]
  • -- 2.39.1