1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Add missing translation for the filter-epression field placeholder (#721)

This commit is contained in:
Jonas Linde 2022-08-08 22:18:44 +02:00 committed by GitHub
parent 8e06c2f351
commit 4ac580e401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ window.wb_prefix = "{{ wb_prefix }}";
<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>