From 5f3458842b5f0149ed6a28dd6d5fb6c65f27283a Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Thu, 11 Oct 2018 15:58:00 -0400 Subject: [PATCH] fixes wording in document upload message Changes "Please update this documents" to "Please update this document". --- wagtail/documents/templates/wagtaildocs/multiple/add.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail/documents/templates/wagtaildocs/multiple/add.html b/wagtail/documents/templates/wagtaildocs/multiple/add.html index fe717bf3e..1a63752aa 100644 --- a/wagtail/documents/templates/wagtaildocs/multiple/add.html +++ b/wagtail/documents/templates/wagtaildocs/multiple/add.html @@ -56,7 +56,7 @@
-

{% 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." %}

+

{% 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." %}

{% trans "Sorry, upload failed." %}