Skip to content

Commit

Permalink
WID-544 - Fix lower casing of what search label
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Jan 11, 2024
1 parent 7879780 commit d7e0b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{% if settings_fields.location.keyword_search.enabled %}
<div class="cnw_form-group cnw_zoek-waar">
<label for="{{ settings_fields.location.keyword_search.label | lower | replace({' ': '-'}) }}-{{id}}" class="cnw_form-control-label">
{{ settings_fields.location.keyword_search.label | lower | replace({' ': '-'}) }}
{{ settings_fields.location.keyword_search.label }}
</label>
<input id="{{ settings_fields.location.keyword_search.label | lower | replace({' ': '-'}) }}-{{id}}" type="text" class="cnw_form-control cnw_form-autocomplete" id="where-{{ id }}" name="search-form[{{ id }}][where]" placeholder="{{ settings_fields.location.keyword_search.placeholder }}" data-autocomplete-path="{{ when_autocomplete_path }}" data-autocomplete-language="{{ preferredLanguage }}">
<p class="cnw_form-control-feedback element-invisible">{{ 'warning_no_city_selected' | transTo(preferredLanguage) }}</p>
Expand Down

0 comments on commit d7e0b29

Please sign in to comment.