fixes wording in document upload message

Changes "Please update this documents" to "Please update this document".
This commit is contained in:
Andy Chosak 2018-10-11 15:58:00 -04:00 committed by Matt Westcott
parent 7c82594c29
commit 5f3458842b

View file

@ -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>