File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ module.exports = {
6868 } ,
6969 EMAIL : {
7070 // TODO: after a proper named email topic is created, this is being used as the email event's topic
71- GENERAL : 'connect.notification.email.connect. project.notifications.generic' ,
72- BUNDLED : 'connect.notification.email.connect. project.notifications.bundled' ,
71+ GENERAL : 'connect.notification.email.project.notifications.generic' ,
72+ BUNDLED : 'connect.notification.email.project.notifications.bundled' ,
7373 } ,
7474 } ,
7575} ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
77
88 BUS_API_EVENT : {
99 EMAIL : {
10- GENERAL : 'connect.notification.email.connect. project.notifications.generic' ,
10+ GENERAL : 'connect.notification.email.project.notifications.generic' ,
1111 } ,
1212 } ,
1313} ;
You can’t perform that action at this time.
0 commit comments