Skip to content

Commit

Permalink
Merge pull request #126 from hmrc/DAC6-3293
Browse files Browse the repository at this point in the history
DAC6-3293 | Amended page title
  • Loading branch information
Vishakha1903 authored Oct 22, 2024
2 parents dfbb4a5 + 04b61be commit ed7bcf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@(hasChanges: Boolean, fiName: String, financialInstitutionList: SummaryList)(implicit request: Request[_], messages: Messages)

@layout(pageTitle = titleNoForm(if (hasChanges) messages("changeYourRegisteredAnswers.title") else messages("changeYourRegisteredAnswers.title"))) {
@layout(pageTitle = titleNoForm(if (hasChanges) messages("changedYourRegisteredAnswers.title") else messages("changeYourRegisteredAnswers.title"))) {

@heading(if (hasChanges) messages("changedYourRegisteredAnswers.heading", fiName) else messages("changeYourRegisteredAnswers.heading", fiName))

Expand Down
1 change: 1 addition & 0 deletions conf/messages.en
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ changeYourAnswers.changed.p2 = By changing these details, you are confirming tha
changeYourAnswers.submit.button = Confirm and send

changeYourRegisteredAnswers.title = Change the details for the financial institution
changedYourRegisteredAnswers.title = Check the details for the financial institution
changeYourRegisteredAnswers.heading = Change the details for {0}
changedYourRegisteredAnswers.heading = Check the details for {0}
changeYourRegisteredAnswers.changed.subheading = Now change these details for this financial institution
Expand Down

0 comments on commit ed7bcf4

Please sign in to comment.