From bf55024d9520e2f6cd8b5b49599651c63c349b03 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Wed, 24 Jan 2018 15:09:33 +0100
Subject: [PATCH] Textual improvements

---
 submissions/templates/submissions/submit_report.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/submissions/templates/submissions/submit_report.html b/submissions/templates/submissions/submit_report.html
index ed409eda4..274ff302e 100644
--- a/submissions/templates/submissions/submit_report.html
+++ b/submissions/templates/submissions/submit_report.html
@@ -93,7 +93,7 @@
             </div>
             {% if form.report_type == 'report_post_edrec' %}
                 <div class="card border-warning my-4">
-                    <div class="card-body">The Editorial Recommendation for this Submission has already been formulated. Therefore, your report will be flagged as <label class="label label-warning">Post-Editorial Recommendation Report</label>.
+                    <div class="card-body">The Editorial Recommendation for this Submission has already been formulated. Therefore, your report will be labelled as <label class="label label-warning">Post-Editorial Recommendation Report</label>.
                     </div>
                 </div>
             {% endif %}
@@ -105,7 +105,7 @@
                 <input class="btn btn-secondary ml-2" type="submit" name="save_draft" value="Save your report as draft"/>
                 {% if form.report_type == 'report_post_edrec' %}
                     <div class="card border-warning mt-4">
-                        <div class="card-body">The Editorial Recommendation for this Submission has already been formulated. Therefore, your report will be flagged as <label class="label label-warning">Post-Editorial Recommendation Report</label>.
+                        <div class="card-body">The Editorial Recommendation for this Submission has already been formulated. Therefore, your report will be labelled as <label class="label label-warning">Post-Editorial Recommendation Report</label>.
                         </div>
                     </div>
                 {% endif %}
-- 
GitLab