Added trans tags for the aria-label of the upload button

pull/4689/head
Joshua Zeltser 7 years ago committed by GitHub
parent 6953e4d704
commit 2df70e79e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ data-server-root="{{server_root}}"
<form id='alternate_upload' class='alternate_upload'>
<span id="notebook_list_info">
<span class="btn btn-xs btn-default btn-upload">
<input title="{% trans %}Click to browse for a file to upload.{% endtrans %}" aria-label="Upload" type="file" name="datafile" class="fileinput" multiple='multiple'>
<input title="{% trans %}Click to browse for a file to upload.{% endtrans %}" aria-label="{% trans %}Upload{% endtrans %}" type="file" name="datafile" class="fileinput" multiple='multiple'>
{% trans %}Upload{% endtrans %}
</span>
</span>

Loading…
Cancel
Save