diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html
index 97119aa60fb3085746cf7d6bdbacf21f591e1c31..0fdefd67db08f4abf334fe25cb86c9b37b9239c1 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>