From 5610644766b20335e1c23e8cc065084663b31b14 Mon Sep 17 00:00:00 2001 From: smcri Date: Sun, 11 Aug 2019 22:35:44 +0530 Subject: [PATCH 1/2] Fixed Typo --- app/api/helpers/system_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/helpers/system_notifications.py b/app/api/helpers/system_notifications.py index 8be77ceff3..0aa47b93d0 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', }, From eedb2893825d5b084fc1dcf38aab5991d9ba7452 Mon Sep 17 00:00:00 2001 From: smcri Date: Tue, 13 Aug 2019 02:35:37 +0530 Subject: [PATCH 2/2] Update system_notifications.py --- app/api/helpers/system_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/helpers/system_notifications.py b/app/api/helpers/system_notifications.py index 0aa47b93d0..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 one of the {role_name}s" + + 'message': u"You've been invited to be one of the {role_name}s" + u" at {event_name}.", 'recipient': 'User', },