mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
fix typo
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
{# action bar #}
|
{# action bar #}
|
||||||
<div class="PNB" style="height:40px;">
|
<div class="PNB" style="height:40px;">
|
||||||
<input type="file" multiple directory webkitdirectory mozdirectory name="files[]">
|
<input type="file" multiple directory webkitdirectory mozdirectory name="files[]">
|
||||||
<button type="button" class="upload-submitter">{% trans 'upload' %}</button>
|
<button type="button" class="upload-submitter">{% trans 'Upload' %}</button>
|
||||||
<button type="button" class="clear-queue">{% trans 'empty list' %}</button>
|
<button type="button" class="clear-queue">{% trans 'Clear queue' %}</button>
|
||||||
<span class='progress-bar-total'></span>
|
<span class='progress-bar-total'></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% trans 'you cannot upload files' %}
|
{% trans 'You can not upload files' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{# download box #}
|
{# download box #}
|
||||||
|
Reference in New Issue
Block a user