Added comma after "Hi" to be consistent with other greetings

This commit is contained in:
Michelle Rago 2024-01-10 12:41:14 -05:00 committed by GitHub
parent 123862eb49
commit 9cfa30f053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #}
Hi {{ application.submitter.first_name }}.
Hi, {{ application.submitter.first_name }}.
Congratulations! Your .gov domain request has been approved.