From dd8527aeb551e5afb08f60550e1c24f147d3ea26 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 1 May 2017 05:20:24 +0200
Subject: [PATCH] Correct typos on personal_page

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

diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html
index 97119aa60..0fdefd67d 100644
--- a/scipost/templates/scipost/personal_page.html
+++ b/scipost/templates/scipost/personal_page.html
@@ -337,7 +337,7 @@
                                 {% include 'submissions/_refereeing_invitation_card_content.html' with invitation=task %}
                             </li>
                         {% empty %}
-                            <li class="list-group-item"><em>You do not have pending Refereering Tasks</em></li>
+                            <li class="list-group-item"><em>You do not have any pending refereeing task</em></li>
                         {% endfor %}
                         </ul>
                     </div>
-- 
GitLab