Skip to content

Commit

Permalink
Add missing translation for the filter-epression field placeholder (#721
Browse files Browse the repository at this point in the history
)
  • Loading branch information
krakan authored Aug 8, 2022
1 parent 8e06c2f commit 4ac580e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywb/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h4 class="display-4">
<div class="row">
<label for="filter-expression" class="col-form-label col-3">{% trans %}Expr:{% endtrans %}</label>
<input type="text" id="filter-expression" class="form-control col-7"
placeholder="Enter an expression to filter by"
placeholder="{% trans %}Enter an expression to filter by{% endtrans %}"
>
</div>
</div>
Expand Down

0 comments on commit 4ac580e

Please sign in to comment.