You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/communities/prsdb/webapp/forms/steps/factories/PropertyComplianceSharedStepFactory.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -791,7 +791,6 @@ class PropertyComplianceSharedStepFactory(
791
791
content =
792
792
mapOf(
793
793
"title" to "propertyCompliance.title",
794
-
"fieldSetHeading" to "forms.epcExpiryCheck.fieldSetHeading",
795
794
"expiryDate" to (getAcceptedEpcDetailsFromSession()?.expiryDateAsJavaLocalDate ?:""),
796
795
"radioOptions" to
797
796
listOf(
@@ -1052,7 +1051,6 @@ class PropertyComplianceSharedStepFactory(
1052
1051
content =
1053
1052
mapOf(
1054
1053
"title" to "propertyCompliance.title",
1055
-
"fieldSetHeading" to "forms.checkMatchedEpc.fieldSetHeading",
1056
1054
"epcDetails" to (epcDetails ?:""),
1057
1055
"epcCertificateUrl" to epcCertificateUrlProvider.getEpcCertificateUrl(epcDetails?.certificateNumber ?:""),
Copy file name to clipboardExpand all lines: src/main/resources/messages.properties
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -399,9 +399,8 @@ registerAsALandlord.confirmation.propertyRegistration.paragraph.three=You could
399
399
registerAsALandlord.confirmation.propertyRegistration.bullet.one=repeatedly break the rules
400
400
registerAsALandlord.confirmation.propertyRegistration.bullet.two=commit a serious offence, like providing false information to the database
401
401
402
-
403
402
registerAsALandlord.privacyNotice.checkbox.error.missing=You must confirm you have read the privacy notice to continue
404
-
registerAsALandlord.privacyNotice.fieldSetHeading=Read and agree to the privacy notice
403
+
registerAsALandlord.privacyNotice.heading=Read and agree to the privacy notice
405
404
registerAsALandlord.privacyNotice.paragraph.one.beforeLink=Read the
406
405
registerAsALandlord.privacyNotice.paragraph.one.linkText=full Private Rented Sector Database privacy notice (opens in new tab)
407
406
registerAsALandlord.privacyNotice.paragraph.one.afterLink=for this private beta to find out how it stores, processes, and shares your personal information.
@@ -629,7 +628,7 @@ registerLaUser.success.whatHappensNext.paragraph.two=Head to your dashboard to:
629
628
registerLaUser.success.whatHappensNext.bullet.one=search and view property and landlord information
630
629
registerLaUser.success.whatHappensNext.bullet.two=view compliance information for registered properties
631
630
632
-
registerLAUser.privacyNotice.fieldSetHeading=Read and agree to the privacy notice for local councils
631
+
registerLAUser.privacyNotice.heading=Read and agree to the privacy notice for local councils
633
632
registerLAUser.privacyNotice.paragraph.one.beforeLink=Read the
634
633
registerLAUser.privacyNotice.paragraph.one.linkText=full Private Rented Sector Database privacy notice (opens in new tab)
635
634
registerLAUser.privacyNotice.paragraph.one.afterLink= for this private beta to find out what data we collect and why.
@@ -1045,7 +1044,7 @@ forms.name.error.missing=You must enter your full name
1045
1044
1046
1045
forms.checkAnswers.heading=Check your answers
1047
1046
1048
-
forms.identityNotVerified.fieldSetHeading=You have not proven your identity using GOV.UK One Login
1047
+
forms.identityNotVerified.heading=You have not proven your identity using GOV.UK One Login
1049
1048
forms.identityNotVerified.paragraph.one=You can return to GOV.UK One Login at any time to prove your identity. You only need to do this once.
1050
1049
forms.identityNotVerified.paragraph.two=Proving your identity helps local councils understand who has registered on the database.
1051
1050
forms.identityNotVerified.paragraph.three=You can continue using the database as normal.
@@ -1521,7 +1520,7 @@ forms.epcExemptionConfirmation.paragraph.two=If they have any issues, they can c
1521
1520
forms.epcExemptionConfirmation.paragraph.three=If at any point your property requires an EPC, you should get one and add it to the database.
1522
1521
1523
1522
forms.checkMatchedEpc.error.missing=Select Yes or No to continue
1524
-
forms.checkMatchedEpc.fieldSetHeading=Check if this is the correct EPC information for {0,,address}
1523
+
forms.checkMatchedEpc.heading=Check if this is the correct EPC information for {0,,address}
1525
1524
forms.checkMatchedEpc.insetText.beforeLink=The EPC information is generated from the Energy Performance of Buildings Register.
1526
1525
forms.checkMatchedEpc.insetText.link=View the full EPC certificate (opens in new tab)
@@ -1562,7 +1561,7 @@ forms.epcSuperseded.paragraph.two=We\u2019ve found the latest EPC with the certi
1562
1561
forms.epcSuperseded.paragraph.three=You can check the newer certificate is correct on the next screen before you save.
1563
1562
1564
1563
forms.epcExpiryCheck.missing=Select Yes or No to continue
1565
-
forms.epcExpiryCheck.fieldSetHeading=Your EPC expiry date
1564
+
forms.epcExpiryCheck.heading=Your EPC expiry date
1566
1565
forms.epcExpiryCheck.paragraph.one=An EPC is valid for 10 years. After 10 years, you only need a new EPC for the property if new tenants move in after the EPC expires.
1567
1566
forms.epcExpiryCheck.paragraph.two=If the same tenants remain, the EPC is stays valid even after 10 years.
1568
1567
forms.epcExpiryCheck.paragraph.three=To check if you need a new EPC, did the current tenancy start before {0,,expiryDate}?
@@ -1614,7 +1613,7 @@ forms.epcExpiredLowRating.whatNext.two.link=MEES exemption (opens in new tab)
0 commit comments