Skip to content

Commit

Permalink
Update messages.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dommitchell authored Dec 5, 2023
1 parent 4ad68e9 commit 71e3d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portality/ui/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ class Messages(object):
JOURNAL_CSV_VALIDATE__OWNER_MISMATCH = "Your account '{acc}' doesn't own the journal with ISSN(s) {issns}. You may not update it."
JOURNAL_CSV_VALIDATE__NO_DATA_CHANGE = "The data you supplied didn't change anything in the journal record."
JOURNAL_CSV_VALIDATE__QUESTION_CANNOT_CHANGE = 'You may not change "{question}". Please revert it to match what was sent to you in the original file.'
JOURNAL_CSV_VALIDATE__CANNOT_MAKE_UR = 'We were unable to create an update for this journal because: {reason}'
JOURNAL_CSV_VALIDATE__INVALID_DATA = "We are unable to understand the information in '{question}'"
JOURNAL_CSV_VALIDATE__CANNOT_MAKE_UR = 'We couldn't create an update for this journal because: {reason}'
JOURNAL_CSV_VALIDATE__INVALID_DATA = "We couldn't understand the information in '{question}'"

@classmethod
def flash(cls, tup):
Expand Down

0 comments on commit 71e3d30

Please sign in to comment.