From 364674ee676038b87b80d5a1e270c7baf2b97ead Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 19 Sep 2018 15:05:01 +0200
Subject: [PATCH] Correct typo

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

diff --git a/scipost/templates/partials/scipost/personal_page/editorial_actions.html b/scipost/templates/partials/scipost/personal_page/editorial_actions.html
index c2afc314b..000aa934b 100644
--- a/scipost/templates/partials/scipost/personal_page/editorial_actions.html
+++ b/scipost/templates/partials/scipost/personal_page/editorial_actions.html
@@ -110,7 +110,7 @@
 	    {% if perms.scipost.can_manage_college_composition %}
 	    <h3>Colleges and Fellowships</h3>
 	    <ul>
-	      <li><a href="{% url 'colleges:potential_fellowships' %}">Manag Potential Fellowships</a></li>
+	      <li><a href="{% url 'colleges:potential_fellowships' %}">Manage Potential Fellowships</a></li>
           <li><a href="{% url 'colleges:fellowships' %}">Manage Fellowships</a></li>
 	    </ul>
 	    {% endif %}
-- 
GitLab