Skip to content

Commit

Permalink
HIPP-1484: Correct application ownership change email (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorarbuesmallada authored Sep 4, 2024
1 parent 6d039d8 commit 3755276
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@(params: Map[String, Any])@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "There has been a change of application ownership") {
<p style="margin: 0 0 30px; font-size: 19px;">Your team @params("teamname") is the new owner of @params("applicationname").</p>
<p style="margin: 0 0 30px; font-size: 19px;">You will no longer have access to @params("teamname").</p>
<p style="margin: 0 0 30px; font-size: 19px;">To access The Integration Hub, visit /integration-hub on the MDTP admin network.</p>
<p style="margin: 0 0 30px; font-size: 19px;">To view this change, visit /integration-hub on the MDTP admin network.</p>
<p style="margin: 0 0 30px; font-size: 19px;">If this is an error, please follow the Get Support link on the Hub.</p>
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC The Integration Hub</p>
}

0 comments on commit 3755276

Please sign in to comment.