Skip to content

Commit 1dca10e

Browse files
smcriiamareebjamal
authored andcommitted
fix: Typo in the notification invitation message (#6346)
1 parent 1a02987 commit 1dca10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/helpers/system_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def get_invite_papers_notification_actions(cfs_link, submit_link):
392392
},
393393
EVENT_ROLE: {
394394
'title': u'Invitation to be {role_name} at {event_name}',
395-
'message': u"You've been invited to be a <strong>{role_name}</strong>" +
395+
'message': u"You've been invited to be one of the <strong>{role_name}s</strong>" +
396396
u" at <strong>{event_name}</strong>.",
397397
'recipient': 'User',
398398
},

0 commit comments

Comments
 (0)