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 %}