diff --git a/src/registrar/templates/emails/status_change_action_needed.txt b/src/registrar/templates/emails/status_change_action_needed.txt index 1edd4bc8a..bce47f070 100644 --- a/src/registrar/templates/emails/status_change_action_needed.txt +++ b/src/registrar/templates/emails/status_change_action_needed.txt @@ -1,7 +1,7 @@ {% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #} Hi {{ application.submitter.first_name }}. -Your .gov domain request requires a follow-up action to help with our review. +We've identified an action needed to complete the review of your .gov domain request. DOMAIN REQUESTED: {{ application.requested_domain.name }} REQUEST RECEIVED ON: {{ application.updated_at|date }} @@ -19,11 +19,10 @@ might add to the wait time. Learn more about withdrawing your request. NEXT STEPS -- You will receive a separate email from one of our analysts that provides details -about the action needed from you. You may need to update your application or -provide additional information. +- You will receive a separate email from our team that provides details about the action needed. +You may need to update your application or provide additional information. -- If you do not receive a separate email with these details, please contact us: +- If you do not receive a separate email with these details within one business day, please contact us: diff --git a/src/registrar/templates/emails/status_change_action_needed_subject.txt b/src/registrar/templates/emails/status_change_action_needed_subject.txt index ab67501c1..eac2bc2fc 100644 --- a/src/registrar/templates/emails/status_change_action_needed_subject.txt +++ b/src/registrar/templates/emails/status_change_action_needed_subject.txt @@ -1 +1 @@ -Your .gov domain request requires a follow-up action \ No newline at end of file +Action needed for your .gov domain request \ No newline at end of file