From d069e3537bbff60c29ac5449097d4d13b575dda9 Mon Sep 17 00:00:00 2001 From: Erin Song <121973038+erinysong@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:53:46 -0800 Subject: [PATCH] Add content edits to deleted manager email --- .../templates/emails/domain_manager_deleted_notification.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/registrar/templates/emails/domain_manager_deleted_notification.txt b/src/registrar/templates/emails/domain_manager_deleted_notification.txt index 542087057..b16b74dec 100644 --- a/src/registrar/templates/emails/domain_manager_deleted_notification.txt +++ b/src/registrar/templates/emails/domain_manager_deleted_notification.txt @@ -1,15 +1,13 @@ {% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #} Hi,{% if domain_manager and domain_manager.first_name %} {{ domain_manager.first_name }}.{% endif %} -A domain manager was was removed from {{ domain.name }}. +A domain manager was removed from {{ domain.name }}. REMOVED BY: {{ removed_by.email }} REMOVED ON: {{ date }} MANAGER REMOVED: {{ manager_removed.email }} - ---------------------------------------------------------------- - WHY DID YOU RECEIVE THIS EMAIL? You’re listed as a domain manager for {{ domain.name }}, so you’ll receive a notification whenever a domain manager is removed from that domain. If you have questions or concerns, reach out to the person who removed the domain manager or reply to this email. @@ -17,7 +15,6 @@ If you have questions or concerns, reach out to the person who removed the domai THANK YOU .Gov helps the public identify official, trusted information. Thank you for using a .gov domain. - ---------------------------------------------------------------- The .gov team