From b2e4850ccb4f901afcd623e3c1ec78bde67badd3 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Fri, 21 Apr 2017 05:08:05 +0200
Subject: [PATCH] Correct typo in ref reinvitation email

---
 templates/email/submission_cycle_reinvite_referee.html      | 2 +-
 templates/email/submission_cycle_reinvite_referee_html.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/email/submission_cycle_reinvite_referee.html b/templates/email/submission_cycle_reinvite_referee.html
index 84701b260..3ae8ab59c 100644
--- a/templates/email/submission_cycle_reinvite_referee.html
+++ b/templates/email/submission_cycle_reinvite_referee.html
@@ -4,7 +4,7 @@ The authors of submission\n\n
 
 {{invitation.submission.title}} by {{invitation.submission.author_list}} \n\n
 
-have resubmitted their manuscript to SciPost. On behalf of the Editor-in-charge {{invitation.submission.editor_in_charge.get_title_display}} {{invitation.submission.editor_in_charge.last_name}}, we would like to invite you to quickly revise this new version.\n
+have resubmitted their manuscript to SciPost. On behalf of the Editor-in-charge {{invitation.submission.editor_in_charge.get_title_display}} {{invitation.submission.editor_in_charge.last_name}}, we would like to invite you to quickly review this new version.\n
 Please accept or decline the invitation (login required) as soon as possible (ideally within the next 2 days).\n\n
 
 If you accept, your report can be submitted by simply clicking on the "Contribute a Report" link on the Submission's Page before the reporting deadline (currently set at {{invitation.submission.reporting_deadline|date:'N j, Y'}}; your report will be automatically recognized as an invited report).\n\n
diff --git a/templates/email/submission_cycle_reinvite_referee_html.html b/templates/email/submission_cycle_reinvite_referee_html.html
index 3ec00c299..ec0eef3e7 100644
--- a/templates/email/submission_cycle_reinvite_referee_html.html
+++ b/templates/email/submission_cycle_reinvite_referee_html.html
@@ -11,7 +11,7 @@
     <br>
     (<a href="{{request.get_host}}{{invitation.submission.get_absolute_url}}">see on SciPost.org</a>)
 <p>
-    have resubmitted their manuscript to SciPost. On behalf of the Editor-in-charge {{invitation.submission.editor_in_charge.get_title_display}} {{invitation.submission.editor_in_charge.last_name}}, we would like to invite you to quickly revise this new version.
+    have resubmitted their manuscript to SciPost. On behalf of the Editor-in-charge {{invitation.submission.editor_in_charge.get_title_display}} {{invitation.submission.editor_in_charge.last_name}}, we would like to invite you to quickly review this new version.
     Please accept or decline the invitation (login required) as soon as possible (ideally within the next 2 days).
 </p>
 <p>
-- 
GitLab