diff --git a/submissions/utils.py b/submissions/utils.py
index 2649daa1e9642b86928dda011a82799710a92cf7..a8f6dda2fc1cf12d577f2eec6cab54e3c0d40ad5 100644
--- a/submissions/utils.py
+++ b/submissions/utils.py
@@ -1377,4 +1377,4 @@ class SubmissionUtils(BaseMailUtil):
         cls._send_mail(cls, 'email_fellow_tasklist',
 #                       [cls._context['fellow'].email_address],
                        ['jscaux@scipost.org'], # temporary, for testing
-                       'Current and upcoming tasks')
+                       'current assignments, pending tasks')
diff --git a/templates/email/email_fellow_tasklist.html b/templates/email/email_fellow_tasklist.html
index 4927be6d71105f9f238d34b45c82993c67a8d79d..5e7442a001ee6b543f963f4a0a34470eee5a845a 100644
--- a/templates/email/email_fellow_tasklist.html
+++ b/templates/email/email_fellow_tasklist.html
@@ -1,7 +1,7 @@
 {% load bootstrap %}
 {% load submissions_extras %}
 <p>Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},</p>
-<p>Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention on any point in need of attention.</p>
+<p>Please find below a summary of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention on any point in need of attention. Your good work as an Editorial Fellow is greatly appreciated!</p>
 {% if assignments_to_consider %}
 <h3>Assignments for you to consider:</h3>
 <ul>
@@ -55,7 +55,7 @@
   Don't hesitate to <a href="mailto:edadmin@scipost.org">email the editorial administration</a> if you need any assistance.
 </p>
 <p>
-    Many thanks,<br>
-    The SciPost Team.
+    Many thanks for your valuable work,<br>
+    SciPost Editorial Administration
 </p>
 {% include 'email/_footer.html' %}
diff --git a/templates/email/email_fellow_tasklist.txt b/templates/email/email_fellow_tasklist.txt
index a2d0b123d31dcec717690583f7dba193ecab3e2a..5a1424cd1a55cd578243402fce16a23587b90f5f 100644
--- a/templates/email/email_fellow_tasklist.txt
+++ b/templates/email/email_fellow_tasklist.txt
@@ -1,6 +1,6 @@
 {% load submissions_extras %}
 Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},\n\n
-Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention on any point in need of attention.\n\n
+Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention on any point in need of attention. Your good work as an Editorial Fellow is greatly appreciated!\n\n
 {% if assignments_to_consider %}
 Assignments for you to consider:\n\n
 {% for assignment in assignments_to_consider %}
@@ -34,5 +34,5 @@ Refereeing deadline: {{ assignment.submission.reporting_deadline|date:"Y-m-d" }}
 {% endif %}
 \n
 You can take action on all of these starting from your personal page at https://scipost.org/personal_page. Don't hesitate to email the editorial administration at edadmin@scipost.org if you need any assistance.\n\n
-Many thanks,\n
-The SciPost Team.
+Many thanks for your valuable work,\n
+SciPost Editorial Administration