From 70df53df4b099da662f3546fd9f3afc25b7ef59e 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 (cherry picked from commit f4ee7f2bb9bedfbe24073d0385cfcc67726b8054) Signed-off-by: Fridolin Somers --- 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 3795438fd0..1e028272fa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -469,7 +469,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' ) %] @@ -487,7 +487,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