From a653d9ce9f2028cf6377257202e470f04d8ef478 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Fri, 23 Oct 2020 00:51:34 +0000
Subject: [PATCH] Bug 26633: (QA follow-up) Change label to "collection" as we
 display the description

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt
index 117863348f..dbf812678b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt
@@ -38,7 +38,7 @@
                             [% END %]
                         </select>
                     [% ELSE #BranchTransferLimitsType == "ccode" %]
-                        <label for="value_selector">Select a collection code:</label>
+                        <label for="value_selector">Select a collection:</label>
                         <select id="value_selector">
                             <option value="" selected></option>
                             [% SET ccodes = AuthorisedValues.Get('CCODE') %]
-- 
2.11.0