mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
quickfix: localization: ensure placeholder text also marked as localized, fixes #685
This commit is contained in:
parent
c97a66703b
commit
0c4e406876
@ -26,7 +26,7 @@ window.wb_prefix = "{{ wb_prefix }}";
|
||||
{% trans %}Search the {{ coll_title }} collection by url:{% endtrans %}
|
||||
</label>
|
||||
<input aria-label="url" aria-required="true" class="form-control form-control-lg" id="search-url"
|
||||
name="search" placeholder="Enter a URL to search for"
|
||||
name="search" placeholder="{{ _('Enter a URL to search for') }}"
|
||||
title="{{ _('Enter a URL to search for') }}" type="search" required/>
|
||||
<div class="invalid-feedback">
|
||||
{% trans %}'Please enter a URL{% endtrans %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user