Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/api/helpers/system_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>{role_name}</strong>" +
'message': u"You've been invited to be one of the <strong>{role_name}s</strong>" +
u" at <strong>{event_name}</strong>.",
'recipient': 'User',
},
Expand Down