From 7d0afc66e03dc9f852a10f843de580896cb1a874 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 17 Nov 2017 20:46:47 +0100
Subject: [PATCH] Textual improvements

---
 journals/templates/journals/publication_detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/journals/templates/journals/publication_detail.html b/journals/templates/journals/publication_detail.html
index b32e0956a..911fcf398 100644
--- a/journals/templates/journals/publication_detail.html
+++ b/journals/templates/journals/publication_detail.html
@@ -54,7 +54,7 @@
     {% if publication.commentary and publication.commentary.comments.vetted.exists %}
         <h3>Post-publication commentaries</h3>
         <p>
-            There has been commented on this Publication ({{ publication.commentary.comments.vetted.count }}), see <a href="{{ publication.commentary.get_absolute_url }}">this Publication's Commentary page</a> for details.
+            This Publication ({{ publication.commentary.comments.vetted.count }}) has been commented on, see <a href="{{ publication.commentary.get_absolute_url }}">this Publication's Commentary page</a> for details.
         </p>
     {% endif %}
 
-- 
GitLab