From 6dcc73832e869dbb04e11722e5bdcfd5e2ee672f Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Wed, 2 Aug 2017 12:44:00 +0200 Subject: [PATCH] Typos! --- scipost/templates/scipost/comments_block.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/templates/scipost/comments_block.html b/scipost/templates/scipost/comments_block.html index ba9a2e069..89cb34eb3 100644 --- a/scipost/templates/scipost/comments_block.html +++ b/scipost/templates/scipost/comments_block.html @@ -4,7 +4,7 @@ <div class="col-12"> <div class="card card-grey"> <div class="card-block"> - <h2 class="card-title mb-0">{% if type_of_object %} on this {{type_of_object}}{% endif %}</h2> + <h2 class="card-title mb-0">Comments{% if type_of_object %} on this {{type_of_object}}{% endif %}</h2> <a href="javascript:;" data-toggle="toggle" data-target="#commentslist">Toggle comments view</a> </div> </div> -- GitLab