diff --git a/proceedings/templates/partials/proceedings/description.html b/proceedings/templates/partials/proceedings/description.html
index 33f72371594f7d6ec255ef6b9699d32fa920bf95..b07c9912d84c8fe8bb3413dfa507552794edf542 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>