uat defect 119

This commit is contained in:
2025-01-07 12:02:43 +00:00
parent b0cafb58be
commit c3fcfe60da
4 changed files with 9 additions and 2 deletions
@@ -401,7 +401,10 @@ export const RenderLPACondtionalRadioList = ({
</legend>
{typeof custom.hint != undefined && (
<div id={id + "-hint"} className="govuk-hint">
<div
className="govuk-hint govuk-!-font-size-14"
id={id + "-hint"}
>
{t(custom.hint)}
</div>
)}
+3 -1
View File
@@ -2287,6 +2287,8 @@ const RenderSubFields = ({ fields, meta: { touched, error }, ...custom }) => {
const required = (value) =>
value ? undefined : t("newappeal:is-required-label");
//fields.push({});
fields.length == 0 && fields.push({});
return (
<ul className="subFieldList">
{fields.map((member, index) => (
@@ -2342,7 +2344,7 @@ const RenderSubFields = ({ fields, meta: { touched, error }, ...custom }) => {
onClick={() => fields.push({})}
>
{subTitle == "owners"
? "Add Owner"
? t("newappeal:new-appeal-add-owner-label")
: t("newappeal:new-appeal-add-tenant-label")}
</button>
)}
+1
View File
@@ -76,6 +76,7 @@
"new-appeal-agricultural-holding-option-yes": "(a) Nid oes unrhyw ran or tir y maer apêl yn ymwneud ag ef yn ddaliad amaethyddol, neun rhan o ddaliad amaethyddol",
"new-appeal-agricultural-holding-option-no": "(b) (i) Mae safler apêl yn ddaliad amaethyddol, neun rhan o ddaliad amaethyddol, ar apelydd ywr unig denant amaethyddol",
"new-appeal-agricultural-holding-option-NA": "(b) (ii) Mae safler apêl yn ddaliad amaethyddol neun rhan o ddaliad amaethyddol ac maer apelydd (neur asiant) wedi rhoir hysbysiad gofynnol i bob unigolyn (ac eithrior apelydd) a oedd, ar y diwrnod 21 diwrnod cyn dyddiad yr apêl, yn denant daliad amaethyddol ar y cyfan neu ran or tir y maer apêl yn ymwneud ag ef, fel y rhestrir isod:",
"new-appeal-add-owner-label": "Ychwanegu Perchennog",
"new-appeal-add-tenant-label": "Ychwanegu Tenant",
"new-appeal-procedure-option-virtual": "Rhithwir",
"new-appeal-procedure-option-inperson": "Wyneb yn wyneb",
+1
View File
@@ -76,6 +76,7 @@
"new-appeal-agricultural-holding-option-yes": "(a) None of the land to which the appeal relates is, or is part of, an agricultural holding",
"new-appeal-agricultural-holding-option-no": "(b) (i) The appeal site is, or is part of an agricultural holding, and the appellant is the sole agricultural tenant",
"new-appeal-agricultural-holding-option-NA": "(b) (ii) The appeal site is, or is part of, an agricultural holding and the appellant (or the agent) has given the requisite notice to every person (other than the appellant) who, on the day 21 days before the date of the appeal, was a tenant of an agricultural holding on all or part of the land to which the appeal relates as listed below:",
"new-appeal-add-owner-label": "Add Owner",
"new-appeal-add-tenant-label": "Add Tenant",
"new-appeal-procedure-option-virtual": "Virtual",
"new-appeal-procedure-option-inperson": "In person",