Skip to content
Snippets Groups Projects
Commit 52816c1a authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Revert change to MESSAGES.NEW_REVIEW.

parent 375c2c97
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ class ActivityAdapter(AdapterBase): ...@@ -125,7 +125,7 @@ class ActivityAdapter(AdapterBase):
MESSAGES.DETERMINATION_OUTCOME: 'Sent a determination. Outcome: {determination.clean_outcome}', MESSAGES.DETERMINATION_OUTCOME: 'Sent a determination. Outcome: {determination.clean_outcome}',
MESSAGES.INVITED_TO_PROPOSAL: 'Invited to submit a proposal', MESSAGES.INVITED_TO_PROPOSAL: 'Invited to submit a proposal',
MESSAGES.REVIEWERS_UPDATED: 'reviewers_updated', MESSAGES.REVIEWERS_UPDATED: 'reviewers_updated',
MESSAGES.NEW_REVIEW: MESSAGES.NEW_REVIEW.name, MESSAGES.NEW_REVIEW: 'Submitted a review',
MESSAGES.OPENED_SEALED: 'Opened the submission while still sealed', MESSAGES.OPENED_SEALED: 'Opened the submission while still sealed',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment