Skip to content

Commit

Permalink
MMCA-3990 Update salutation on customs financials templates (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshare authored Oct 16, 2023
1 parent db69834 commit 36955d5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) {

<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationLine1(params)
</p>

<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@(params: Map[String, Any])Requested import VAT certificates (C79)

@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationLine1(params)

We have sent you a message about the import VAT certificates (C79) you requested. To read it:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) {

<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationLine1(params)
</p>

<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@(params: Map[String, Any])Requested duty deferment statements

@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationLine1(params)

We have sent you a message about the duty deferment statements you requested. To read it:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) {

<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationLine1(params)
</p>

<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@(params: Map[String, Any])Requested notification of adjustment statements

@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationLine1(params)

We have sent you a message about the notification of adjustment statements you requested. To read it:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) {

<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationLine1(params)
</p>

<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@(params: Map[String, Any])Requested postponed import VAT statements

@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params)
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationLine1(params)

We have sent you a message about the postponed import VAT statements you requested. To read it:

Expand Down

0 comments on commit 36955d5

Please sign in to comment.