From ff66ab78ca03708879f364176a139561a510ee2b Mon Sep 17 00:00:00 2001 From: VineetBala-AOT <90332175+VineetBala-AOT@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:14:07 -0800 Subject: [PATCH] Updating rejection email (#42) --- met-api/templates/email_rejected_comment_closed.html | 2 +- .../comments/admin/review/emailPreview/EmailPreview.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/met-api/templates/email_rejected_comment_closed.html b/met-api/templates/email_rejected_comment_closed.html index da334437f..79179dc09 100644 --- a/met-api/templates/email_rejected_comment_closed.html +++ b/met-api/templates/email_rejected_comment_closed.html @@ -20,7 +20,7 @@

Thank you for taking the time to provide your feedback on {{ engagement_name

{{review_notes}}


- We are sorry, but the public commenting period for {{ engagement_name }} + We are sorry but the public commenting period for {{ engagement_name }} is now closed and your feedback cannot be edited.


diff --git a/met-web/src/components/comments/admin/review/emailPreview/EmailPreview.tsx b/met-web/src/components/comments/admin/review/emailPreview/EmailPreview.tsx index 37a7f8799..820321499 100644 --- a/met-web/src/components/comments/admin/review/emailPreview/EmailPreview.tsx +++ b/met-web/src/components/comments/admin/review/emailPreview/EmailPreview.tsx @@ -50,7 +50,7 @@ export default function EmailPreview({ ) : ( <> - We are sorry, but the public commenting period for {engagementName} is now closed and + We are sorry but the public commenting period for {engagementName} is now closed and your feedback cannot be edited. )}