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> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
bc919ed914
commit
241acf9714
1 changed files with 1 additions and 1 deletions
|
@ -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') %]
|
||||
|
|
Loading…
Reference in a new issue