Skip to content

Commit 4ac580e

Browse files
authored
Add missing translation for the filter-epression field placeholder (#721)
1 parent 8e06c2f commit 4ac580e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywb/templates/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h4 class="display-4">
137137
<div class="row">
138138
<label for="filter-expression" class="col-form-label col-3">{% trans %}Expr:{% endtrans %}</label>
139139
<input type="text" id="filter-expression" class="form-control col-7"
140-
placeholder="Enter an expression to filter by"
140+
placeholder="{% trans %}Enter an expression to filter by{% endtrans %}"
141141
>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)