diff --git a/submissions/templates/submissions/submit_report.html b/submissions/templates/submissions/submit_report.html
index ed409eda441a606c9f79e19a056bee601823057f..274ff302e0da162931869bd42e77e541529736f6 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 %}