Use the same translation for the panel with enabled search options, like in the checkbox options in navbar

This commit is contained in:
Jan Böhmer 2024-10-16 23:59:23 +02:00
parent 2ef3fbb81b
commit 490086d531

View file

@ -50,7 +50,7 @@
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" disabled {% if searchFilter.ordernr %}checked{% endif %}>
<label for="search_supplierpartnr" class="form-check-label justify-content-start">{% trans %}ordernumber.label.short{% endtrans %}</label>
<label for="search_supplierpartnr" class="form-check-label justify-content-start">{% trans %}orderdetails.edit.supplierpartnr{% endtrans %}</label>
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" disabled {% if searchFilter.supplier %}checked{% endif %}>