Bug 32263: Fix capitalization for "...and on the Libraries page in the OPAC."
Small fix to correct the capitalization in library editing mode to display "...and on the libraries page in the OPAC.". To Test: 1. apply patch 2. navigate to Administration -> Libraries 3. edit any library 4. confirm that the note underneath the option for "Public" now displays with the correct capitalization ("... on the libraries page...") Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
5fdc436119
commit
f44f894621
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ Libraries › Administration › Koha
|
|||
<option value="0" selected="selected">No</option>
|
||||
[% END %]
|
||||
</select>
|
||||
<div class="hint">Set to 'yes' to show this library as a search option and on the Libraries page in the OPAC.</div>
|
||||
<div class="hint">Set to 'yes' to show this library as a search option and on the libraries page in the OPAC.</div>
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in a new issue