From f4ee7f2bb9bedfbe24073d0385cfcc67726b8054 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 21 Sep 2023 21:37:08 +0000 Subject: [PATCH] Bug 34446: (QA follow-up) Add colons on delete confirm page This adds the missing colon on the 'confirm deletion' page. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index 816441ef6d..9d006752dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -468,7 +468,7 @@ Upperage limit: [% category.upperagelimit | html %] years Enrollment fee: [% category.enrolmentfee | $Price %] Receives overdue notices: [% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %] - Lost items in staff interface[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %] + Lost items in staff interface:[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %] Hold fee: [% category.reservefee | $Price %] [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] @@ -486,7 +486,7 @@ [% END %] - Can be guarantee[% IF category.can_be_guarantee %]Yes[% ELSE %]No[% END %] + Can be guarantee:[% IF category.can_be_guarantee %]Yes[% ELSE %]No[% END %] Default privacy: -- 2.39.2