diff --git a/hypha/apply/activity/messaging.py b/hypha/apply/activity/messaging.py
index 86788b402bcebde45a23f47bfee306e2dc77f258..559c26a480eed9726c2cd203afef02b35992fa38 100644
--- a/hypha/apply/activity/messaging.py
+++ b/hypha/apply/activity/messaging.py
@@ -702,6 +702,8 @@ class EmailAdapter(AdapterBase):
         if source:
             if is_ready_for_review(message_type):
                 subject = 'Application ready to review: {source.title}'.format(source=source)
+                if message_type in {MESSAGES.BATCH_READY_FOR_REVIEW}:
+                    subject = 'Multiple applications are now ready for your review'
             elif message_type in {MESSAGES.REVIEW_REMINDER}:
                 subject = 'Reminder: Application ready to review: {source.title}'.format(source=source)
             else: