fixes wording in document upload message

Changes "Please update this documents" to "Please update this document".
pull/4810/merge
Andy Chosak 2018-10-11 15:58:00 -04:00 zatwierdzone przez Matt Westcott
rodzic 7c82594c29
commit 5f3458842b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,7 @@
</div>
</div>
<div class="right col9">
<p class="status-msg success">{% trans "Upload successful. Please update this documents with a more appropriate title, if necessary. You may also delete the document completely if the upload wasn't required." %}</p>
<p class="status-msg success">{% trans "Upload successful. Please update this document with a more appropriate title, if necessary. You may also delete the document completely if the upload wasn't required." %}</p>
<p class="status-msg failure">{% trans "Sorry, upload failed." %}</p>
<p class="status-msg failure error_messages"></p>
</div>