diff --git a/publisher/_templates/reviewer-invite.txt.tmpl b/publisher/_templates/reviewer-invite.txt.tmpl index d0a517282d..4e3b2533c2 100644 --- a/publisher/_templates/reviewer-invite.txt.tmpl +++ b/publisher/_templates/reviewer-invite.txt.tmpl @@ -1,7 +1,7 @@ From: {{sender['name'] | html}} Subject: [{{conference}}] invitation to review proceedings To: {{email | html}} -CC: {{cced | html}} +Cc: {{cced | html}} MIME-Version: 1.0 Content-Type: text/plain diff --git a/publisher/invite_reviewers.py b/publisher/invite_reviewers.py index 03c1c73ee1..e7673db23c 100755 --- a/publisher/invite_reviewers.py +++ b/publisher/invite_reviewers.py @@ -55,4 +55,4 @@ if dry_run: print "** This was a dry run. If all looks good, send the invitations" - print "** using ./invite_reviewers.py --send-mail" + print "** using ./invite_reviewers.py --send-emails"