diff --git a/app/api/helpers/system_notifications.py b/app/api/helpers/system_notifications.py
index 8be77ceff3..02e08a0dc3 100644
--- a/app/api/helpers/system_notifications.py
+++ b/app/api/helpers/system_notifications.py
@@ -392,7 +392,7 @@ def get_invite_papers_notification_actions(cfs_link, submit_link):
},
EVENT_ROLE: {
'title': u'Invitation to be {role_name} at {event_name}',
- 'message': u"You've been invited to be a {role_name}" +
+ 'message': u"You've been invited to be one of the {role_name}s" +
u" at {event_name}.",
'recipient': 'User',
},