From e2dbb7dfc60ff23744c44e5cb59a2a9923e53e9f Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 21 Feb 2018 11:37:03 +0100
Subject: [PATCH] Correct bug in email to referee

---
 submissions/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/submissions/views.py b/submissions/views.py
index 3e38c390d..d2a17da1e 100644
--- a/submissions/views.py
+++ b/submissions/views.py
@@ -773,7 +773,7 @@ def recruit_referee(request, arxiv_identifier_w_vn_nr):
 
             # Create and send a registration invitation
             ref_inv_message_head = (
-                'On behalf of the Editor-in-charge {eic_title} {eic_last_name}, we would'
+                'On behalf of the Editor-in-charge {eic_title} {eic_last_name}, we would '
                 'like to invite you to referee a Submission to {journal}, namely'
                 '\n{sub_title}'
                 '\nby {sub_author_list}'
-- 
GitLab