wcs: add a11y label to tracking code input (#40281)

This commit is contained in:
Frédéric Péters 2020-02-29 09:41:54 +01:00
parent 271e13b680
commit a20517cf23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<div id="_cell_error_{{ cell.id }}" class="errornotice" style="display: none">
{% trans "The tracking code could not been found." %}
</div>
<input required id="tracking-code" name="code" placeholder="{% trans 'ex: CNPHNTFB' %}"/>
<input aria-label="{% trans "Tracking Code" %}" required id="tracking-code" name="code" placeholder="{% trans 'ex: CNPHNTFB' %}"/>
<button>{% trans 'Submit' %}</button>
<script>
$(function() {