From f95b367bf9325615c1ccf9b3384b5e9ee7bc52e5 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Wed, 1 Nov 2017 10:40:19 +0100
Subject: [PATCH] Textual improvement

---
 proceedings/templates/partials/proceedings/description.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proceedings/templates/partials/proceedings/description.html b/proceedings/templates/partials/proceedings/description.html
index 33f723715..b07c9912d 100644
--- a/proceedings/templates/partials/proceedings/description.html
+++ b/proceedings/templates/partials/proceedings/description.html
@@ -11,7 +11,7 @@
 <p>{{ proceedings.event_description|linebreaksbr }}</p>
 
 {% if proceedings.fellowships.guests.exists %}
-    <h3>Guest Fellows</h3>
+    <h3>Guest Fellows responsible for this Issue</h3>
     <ul>
         {% for fellow in proceedings.fellowships.guests %}
             <li>{{ fellow.contributor.get_title_display }} {{ fellow.contributor.user.first_name }} {{ fellow.contributor.user.last_name }}{% if fellow.contributor.affiliation %}, {{ fellow.contributor.affiliation }}{% endif %}</li>
-- 
GitLab