From d5cee80859cb67047c7854a92e9dc4b613e56bbe Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Wed, 27 Nov 2024 11:20:31 +0000 Subject: [PATCH] added in hint text for the application for dated --- components/elements/index.js | 4 +++- locales/cy/newappeal.json | 1 + locales/en/newappeal.json | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/elements/index.js b/components/elements/index.js index a7ba5b79..d9f88612 100644 --- a/components/elements/index.js +++ b/components/elements/index.js @@ -582,7 +582,9 @@ const RenderDatePicker = ({ {FieldsTranslations(label)} {custom.hint != false && ( -
{t(custom.hint)}
+
+ {t(custom.hint)} +
)} {touched && error && ( diff --git a/locales/cy/newappeal.json b/locales/cy/newappeal.json index 2f55da74..27511cc0 100644 --- a/locales/cy/newappeal.json +++ b/locales/cy/newappeal.json @@ -60,6 +60,7 @@ "new-appeal-introduction-warning-bullet-one": "cyflwynwch eich apêl o fewn 6 mis i ddyddiad hysbysiad penderfyniad yr Awdurdod Cynllunio Lleol", "new-appeal-introduction-warning-bullet-two": "darparu'r holl ddogfennau ategol hanfodol o fewn y cyfnod apelio", "new-appeal-development-description-hint": "Nodwch fanylion y datblygiad arfaethedig o'r ffurflen gais cynllunio. Os cafodd y cais ei ddiwygio tra’r oedd gyda’r ACLl nodwch fanylion y cynllun diwygiedig ac amgaewch gopi o gytundeb yr ACLl i’r newid.", + "new-appeal-dateofapplication-hint": "Dyma ddyddiad y ffurflen gais wreiddiol ", "new-appeal-ownership-hint": "Mae angen i ni wybod pwy sy'n berchen ar safle'r apźl neu ran ohono, a bod pob perchennog yn gwybod eich bod wedi gwneud apźl. Defnyddiwch y nodiadau canllaw i gwblhau'r adran hon.", "new-appeal-ownership-option-NA": "Amherthnasol", "new-appeal-ownership-option-A": "Tystysgrif A - (ar gyfer unig berchnogion safle'r apęl). Tystiaf, ar y diwrnod 21 diwrnod cyn dyddiad yr apêl hon, nad oedd neb heblaw’r apelydd yn berchennog (gweler y daflen arweiniad am ddiffiniad) unrhyw ran o’r tir y mae’r apêl yn ymwneud ag ef.", diff --git a/locales/en/newappeal.json b/locales/en/newappeal.json index a9a25c35..33d992b6 100644 --- a/locales/en/newappeal.json +++ b/locales/en/newappeal.json @@ -59,6 +59,7 @@ "new-appeal-introduction-warning-bullet-one": "submit your appeal within 6 months of the date of the Local Planning Authority's decision notice", "new-appeal-introduction-warning-bullet-two": "provide all essential supporting documents within the appeal period", "new-appeal-development-description-hint": "Enter details of the proposed development from the planning application form. If the application was revised while it was with the LPA enter details of the revised scheme and enclose a copy of the LPA’s agreement to the change.", + "new-appeal-dateofapplication-hint": "This is the date of the original application form", "new-appeal-ownership-hint": "We need to know who owns the appeal site or part of it, and that all owners know you have made an appeal. Use the guidance notes to complete this section.", "new-appeal-ownership-option-NA": "Not applicable", "new-appeal-ownership-option-A": "Certificate A - (for sole owners of the appeal site). I certify that, on the day 21 days before the date of this appeal, nobody except the appellant, was the owner (see the guidance leaflet for a definition) of any part of the land to which the appeal relates",