templates: adjust checkbox label for entering the address (#56483)

This commit is contained in:
Frédéric Péters 2021-08-30 15:37:43 +02:00
parent 8dba0f79db
commit 3009245ed0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{{ block.super }}
{% if not widget.readonly %}
<div>
<label><input id="wcs-manual-address" type="checkbox"><span>{% trans "Manually enter the address" %}</span></label>
<label><input id="wcs-manual-address" type="checkbox"><span>{% trans "If you cannot find your address in the list you can check this box to manually enter it." %}</span></label>
</div>
{% endif %}
{% endblock %}