Skip to content

Commit

Permalink
Merge branch 'hotfix/3840_notification_name_change'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed May 2, 2024
2 parents 1a9c16d + bdfbecf commit 6f61218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/data/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ update_request:publisher:rejected:notify:
short:
Your update request ({issns}) was rejected

journal:assed:discontinuing_soon:notify:
journal:maned:discontinuing_soon:notify:
long: |
Journal "{title}" (id: {id}) will discontinue in {days} days.
short:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from portality import dao

class JournalDiscontinuingSoonNotify(EventConsumer):
ID = "journal:assed:discontinuing_soon:notify"
ID = "journal:maned:discontinuing_soon:notify"

@classmethod
def consumes(cls, event):
Expand Down

0 comments on commit 6f61218

Please sign in to comment.