From e80dc6e6f2ca01bef74c79b80a8bdd6e53a552e7 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Wed, 1 Nov 2017 09:34:28 +0100 Subject: [PATCH] Fix incomplete journal name in submit manuscript form --- journals/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journals/constants.py b/journals/constants.py index 3c1d7b5b1..bc5554b2b 100644 --- a/journals/constants.py +++ b/journals/constants.py @@ -8,7 +8,7 @@ SCIPOST_JOURNAL_PHYSICS_PROC = 'SciPostPhysProc' SCIPOST_JOURNALS_SUBMIT = ( (SCIPOST_JOURNAL_PHYSICS, 'SciPost Physics'), (SCIPOST_JOURNAL_PHYSICS_LECTURE_NOTES, 'SciPost Physics Lecture Notes'), - (SCIPOST_JOURNAL_PHYSICS_PROC, 'SciPost Proceedings') + (SCIPOST_JOURNAL_PHYSICS_PROC, 'SciPost Physics Proceedings') ) # Journal closed for submission -- GitLab