Skip to content

Commit

Permalink
DC-5283 : Update template name fro LPi1 to LPI1 (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajosyula2020 authored Oct 13, 2023
1 parent c4e2498 commit db69834
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ object PenReformTemplates {
priority = Some(MessagePriority.Standard)
),
MessageTemplate.create(
templateId = "newMessageAlert_LPi1",
templateId = "newMessageAlert_LPI1",
fromAddress = govUkTeamAddress,
service = PenReform,
subject = "You’ve got a new message from HMRC",
plainTemplate = txt.newMessageAlert_LPi1.f,
htmlTemplate = html.newMessageAlert_LPi1.f,
plainTemplate = txt.newMessageAlert_LPI1.f,
htmlTemplate = html.newMessageAlert_LPI1.f,
priority = Some(MessagePriority.Standard)
),
MessageTemplate.create(
templateId = "newMessageAlert_LPi1_cy",
templateId = "newMessageAlert_LPI1_cy",
fromAddress = govUkTeamAddress,
service = PenReform,
subject = "Mae gennych neges newydd oddi wrth CThEF",
plainTemplate = txt.newMessageAlert_LPi1_cy.f,
htmlTemplate = html.newMessageAlert_LPi1_cy.f,
plainTemplate = txt.newMessageAlert_LPI1_cy.f,
htmlTemplate = html.newMessageAlert_LPI1_cy.f,
priority = Some(MessagePriority.Standard)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ class TemplateLocatorSpec extends AnyWordSpecLike with should.Matchers with Opti
"newMessageAlert_IgnorePaperFiling",
"newMessageAlert_LPP4",
"newMessageAlert_LPP4_cy",
"newMessageAlert_LPi1",
"newMessageAlert_LPi1_cy",
"newMessageAlert_LPI1",
"newMessageAlert_LPI1_cy",
"newMessageAlert_P800",
"newMessageAlert_P800_D2",
"newMessageAlert_P800_D2_cy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ class NewMessageAlert_PenReformSpec extends PlaySpec with CommonParamsForSpec {
}
}

"newMessageAlert_LPi1" must {
"newMessageAlert_LPI1" must {

val newMessageAlert: MessageTemplate = MessageTemplate.create(
templateId = "newMessageAlert_LPi1",
templateId = "newMessageAlert_LPI1",
fromAddress = "HMRC@tax.service.gov.uk",
service = PenReform,
subject = "You’ve got a new message from HMRC",
plainTemplate = txt.newMessageAlert_LPi1.f,
htmlTemplate = html.newMessageAlert_LPi1.f,
plainTemplate = txt.newMessageAlert_LPI1.f,
htmlTemplate = html.newMessageAlert_LPI1.f,
priority = Some(MessagePriority.Standard)
)

Expand Down Expand Up @@ -132,15 +132,15 @@ class NewMessageAlert_PenReformSpec extends PlaySpec with CommonParamsForSpec {
}
}

"newMessageAlert_LPi1_cy welsh template" must {
"newMessageAlert_LPI1_cy welsh template" must {

val newMessageAlert: MessageTemplate = MessageTemplate.create(
templateId = "newMessageAlert_LPi1_cy",
templateId = "newMessageAlert_LPI1_cy",
fromAddress = "HMRC@tax.service.gov.uk",
service = PenReform,
subject = "Mae gennych neges newydd oddi wrth CThEF",
plainTemplate = txt.newMessageAlert_LPi1_cy.f,
htmlTemplate = html.newMessageAlert_LPi1_cy.f,
plainTemplate = txt.newMessageAlert_LPI1_cy.f,
htmlTemplate = html.newMessageAlert_LPI1_cy.f,
priority = Some(MessagePriority.Standard)
)

Expand Down

0 comments on commit db69834

Please sign in to comment.