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:
Philip Orr 2023-03-30 12:16:40 +00:00 committed by Tomas Cohen Arazi
parent 5fdc436119
commit f44f894621
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -291,7 +291,7 @@ Libraries &rsaquo; Administration &rsaquo; 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>