Skip to content

Commit

Permalink
Updating rejection email (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Dec 21, 2023
1 parent 1b02c40 commit ff66ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion met-api/templates/email_rejected_comment_closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Thank you for taking the time to provide your feedback on {{ engagement_name
<p>{{review_notes}}</p>
<br/>
<p>
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.
</p>
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</>
)}
Expand Down

0 comments on commit ff66ab7

Please sign in to comment.