mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Added comma after "Hi" to be consistent with other greetings
This commit is contained in:
parent
123862eb49
commit
9cfa30f053
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue