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:
parent
91dd8dd16f
commit
93d4defeda
1 changed files with 2 additions and 2 deletions
|
@ -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' %]
|
||||
|
|
Loading…
Reference in a new issue