Skip to content

Commit

Permalink
OPEN-3157: fix label error on Apply Filters button
Browse files Browse the repository at this point in the history
  • Loading branch information
thriuin committed Mar 19, 2024
1 parent 70a7b4f commit d7a6db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h3 class="panel-title" style="font-size: large">{{ value|get_dict_value:'__labe
{% endfor %}
</div>
<div class="row"><div class="col-md-12 mrgn-tp-md mrgn-rght-sm-sm" style="display: flex; justify-content: center; align-items: stretch">
<a class="btn btn-primary" id="search-button" onclick="submitForm();" href="#">{% if language == "fr" %}Appliquer<br>les filtres{% else %}Reset Search{% endif %}</a>
<a class="btn btn-primary" id="search-button" onclick="submitForm();" href="#">{% if language == "fr" %}Appliquer<br>les filtres{% else %}Apply Filters{% endif %}</a>
<a onclick="resetSearch();" href="#" class="btn btn-default">{% if language == "fr" %}Réinitialiser<br>la recherche{% else %}Reset Search{% endif %}</a>
</div></div>
</aside>
Expand Down

0 comments on commit d7a6db4

Please sign in to comment.