Skip to content

Commit

Permalink
Update sub sub email language (#1499)
Browse files Browse the repository at this point in the history
* OY2-28760 - updated language in the sub sub email notifications to match docs 
---------
Co-authored-by: Andie Swift <[email protected]>
---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kristin Grue <[email protected]>
Co-authored-by: Valencia McMurray <[email protected]>
Co-authored-by: bflynn-cms <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valencia McMurray <[email protected]>
Co-authored-by: Dark-Knight-1313 <[email protected]>
Co-authored-by: Mike Dial <[email protected]>
  • Loading branch information
8 people authored Sep 4, 2024
1 parent 2d66e96 commit 02e3f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions services/app-api/email/CMSSubsequentSubmissionNotice.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export const CMSSubsequentSubmissionNotice = async (data, config) => {
its details by clicking on its ID number.
</li>
</ul>
<br>
<p>If the contents of this email seem suspicious, do not open them, and instead forward this email to <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Thank you!</p>
`,
};
Expand Down
2 changes: 1 addition & 1 deletion services/app-api/email/stateSubsequentSubmissionReceipt.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const stateSubsequentSubmissionReceipt = (data, config) => {
config.typeLabel
} ${data.componentId}:</p>
${formatPackageDetails(data, config)}
<p>If you have questions or did not expect this email, please contact <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>If you have any questions or did not expect this email, please contact your CPOC.</p>
<p>Thank you.</p>`,
};
};

0 comments on commit 02e3f96

Please sign in to comment.