From 4744343b6b76da98c51ba28cf3732c13e2274d3a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 13 Sep 2019 12:18:09 +0000 Subject: [PATCH] Bug 23605: Fix terminology for branches limitations on patron category admin page Fix branches to library. Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 f2704e9b57..c77dbdd502 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -151,9 +151,9 @@ Required -
  • +
  • - Select All branches if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. + Select All libraries if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value.
  • @@ -418,7 +418,7 @@ [% IF ( EnhancedMessagingPreferences ) %] Messaging [% END %] - Branches limitations + Library limitations [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] Check previous checkout? [% END %] @@ -505,9 +505,9 @@ [% END %] [% IF branch_limitations.size > 1 %] - [% branch_limitations.size | html %] branches limitations + [% branch_limitations.size | html %] library limitations [% ELSE %] - [% branch_limitations.size | html %] branch limitation + [% branch_limitations.size | html %] library limitation [% END %] [% ELSE %] -- 2.11.0