From a5c69f57708acc22fe3423bcdba86a7f65536db1 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sat, 19 May 2018 20:56:16 +0200 Subject: [PATCH] Grammar 1. --- submissions/factories.py | 2 +- .../templates/submissions/pool/editorial_assignment.html | 2 +- submissions/utils.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/submissions/factories.py b/submissions/factories.py index 6268ae0f2..41829f456 100644 --- a/submissions/factories.py +++ b/submissions/factories.py @@ -361,7 +361,7 @@ class EICRecommendationFactory(factory.django.DjangoModelFactory): class EditorialAssignmentFactory(factory.django.DjangoModelFactory): """ - A EditorialAssignmentFactory should always have a `submission` explicitly assigned. This will + An EditorialAssignmentFactory should always have a `submission` explicitly assigned. This will mostly be done using the post_generation hook in any SubmissionFactory. """ submission = None diff --git a/submissions/templates/submissions/pool/editorial_assignment.html b/submissions/templates/submissions/pool/editorial_assignment.html index d6b4d5a1d..1ab6d603f 100644 --- a/submissions/templates/submissions/pool/editorial_assignment.html +++ b/submissions/templates/submissions/pool/editorial_assignment.html @@ -42,7 +42,7 @@ <br> If you choose the <em>Normal refereeing cycle</em>, you will be redirected to the Editorial Page to proceed further. The Submission will be publicly available and the authors will be informed that the refereeing process has started. <br> - If you choose to <em>directly formulate a Editorial Recommendation for rejection</em>, the Submission will not become publicly available. After formulation of the Editorial Recommendation, it will be put forward for voting as normal. + If you choose to <em>directly formulate an Editorial Recommendation for rejection</em>, the Submission will not become publicly available. After formulation of the Editorial Recommendation, it will be put forward for voting as normal. </p> </form> diff --git a/submissions/utils.py b/submissions/utils.py index 77bd68540..987fccf16 100644 --- a/submissions/utils.py +++ b/submissions/utils.py @@ -56,7 +56,7 @@ class BaseSubmissionCycle: 'No plagiarism report found. Please run the plagiarism check.')) if self.submission.eicrecommendations.active().exists(): - # A Editorial Recommendation has already been submitted. Cycle done. + # An Editorial Recommendation has already been submitted. Cycle done. return False if not self.submission.refereeing_cycle: -- GitLab