diff --git a/lib/libs/email/content/email-components.tsx b/lib/libs/email/content/email-components.tsx index 2672c53d37..7ce465d80e 100644 --- a/lib/libs/email/content/email-components.tsx +++ b/lib/libs/email/content/email-components.tsx @@ -244,9 +244,8 @@ const WithdrawRAI = ({ }) => (
- The OneMAC Submission Portal received a request to withdraw the Formal RAI Response. You are - receiving this email notification as the Formal RAI for {id} was withdrawn by {submitterName}{" "} - {submitterEmail}. + {`The OneMAC Submission Portal received a request to withdraw the Formal RAI Response. You are + receiving this email notification as the Formal RAI for ${id} was withdrawn by ${submitterName} ${submitterEmail}.`}
);