diff --git a/templates/zerver/emails/invitation_reminder.html b/templates/zerver/emails/invitation_reminder.html index 3d75b5ce75..a79fa07c75 100644 --- a/templates/zerver/emails/invitation_reminder.html +++ b/templates/zerver/emails/invitation_reminder.html @@ -12,7 +12,7 @@ {{ activate_url }}

-We're here for you at {{ support_email }}, if you have any questions. + We're here for you at {{ support_email }}, if you have any questions.

Cheers,
diff --git a/tools/check-templates b/tools/check-templates index 4d1500be4f..b37576f9dd 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -137,7 +137,6 @@ def check_html_templates(templates, all_dups): 'templates/zerver/emails/find_team.html', 'templates/zerver/emails/followup_day1.html', 'templates/zerver/emails/followup_day2.html', - 'templates/zerver/emails/invitation_reminder.html', 'templates/zerver/hello.html', 'templates/zerver/home.html', 'templates/zerver/index.html',