From ac80a8ae2d0ee57e961bc5126e9698bae704a018 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 17 Oct 2019 01:20:53 +0000 Subject: [PATCH] Revert "Bug 23605: Fix terminology for branches limitations on patron category admin page" This reverts commit 1823373769a7edd33152f0eabb28d434ff588d2c. Signed-off-by: Lucas Gass --- .../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 71c932df58..38abdda5b3 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 libraries if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. + Select All branches if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value.
  • @@ -354,7 +354,7 @@ [% IF ( EnhancedMessagingPreferences ) %] Messaging [% END %] - Library limitations + Branches limitations [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] Check previous checkout? [% END %] @@ -441,9 +441,9 @@ [% END %] [% IF branch_limitations.size > 1 %] - [% branch_limitations.size | html %] library limitations + [% branch_limitations.size | html %] branches limitations [% ELSE %] - [% branch_limitations.size | html %] library limitation + [% branch_limitations.size | html %] branch limitation [% END %] [% ELSE %] -- 2.39.5