Bug 34443: Spelling: Patron search pop-up Sort1: should be Sort 1

This patch instances of "Sort1" and "Sort2" being used
as labels in the interface, replacing the strings with "Sort 1" and
"Sort 2"

To test, apply the patch and test this page:

With the borrowerRelationship system preference populated, edit a
child record and click the "Add guarantor" button. There are two
fields in the form with the updated labels.

Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2023-09-08 15:44:33 +00:00 committed by Tomas Cohen Arazi
parent 91dd8dd16f
commit 93d4defeda
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -61,12 +61,12 @@
</li>
[% CASE 'sort1' %]
<li>
<label for="sort1_filter">Sort1:</label>
<label for="sort1_filter">Sort 1:</label>
[% PROCESS 'av-build-dropbox.inc' name="sort1_filter", category="Bsort1", empty=1, size = 20 %]
</li>
[% CASE 'sort2' %]
<li>
<label for="sort2_filter">Sort2:</label>
<label for="sort2_filter">Sort 2:</label>
[% PROCESS 'av-build-dropbox.inc' name="sort2_filter", category="Bsort2", empty=1, size = 20 %]
</li>
[% CASE 'search_field' %]