diff --git a/journals/templates/journals/publication_detail.html b/journals/templates/journals/publication_detail.html
index b32e0956a697f1bdac4098795d0b56391ecab9a0..911fcf398478aacdb3a9b4e189cb7b9d969bd0c6 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 %}