From df72628a9d96135e0febbb3dcc01c3d3ea67e2b2 Mon Sep 17 00:00:00 2001 From: Eric Holscher <25510+ericholscher@users.noreply.github.com> Date: Thu, 3 Feb 2022 12:44:14 -0800 Subject: [PATCH] Don't be so excited always --- readthedocs/templates/core/email/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/templates/core/email/base.html b/readthedocs/templates/core/email/base.html index 4eb6f5a88e7..7a4a63e50a4 100644 --- a/readthedocs/templates/core/email/base.html +++ b/readthedocs/templates/core/email/base.html @@ -75,7 +75,7 @@ {% block salutation %} - {% trans "Hello!" %} + {% trans "Hello," %} {% endblock %}