welsh versions of questionnaire

This commit is contained in:
2023-10-31 14:12:12 +00:00
parent 2cbd2d731c
commit 1477ed74e4
34 changed files with 3524 additions and 1532 deletions
@@ -56,12 +56,17 @@ let RepCapacitySelection = (props) => {
<div className="govuk-grid-column-three-quarters">
<div className="govuk-grid-row">
<h2 className="govuk-heading-m ">
Your details - {props.firstValue}
{t(
"myrepresentations:capacity-select-your-details"
)}{" "}
- {props.firstValue}
</h2>
<Field
name="representationCapacity"
datafieldname="representationCapacity"
label="In what capacity do you wish to make representations on this case?"
label={t(
"myrepresentations:capacity-select-what-capacity-label"
)}
options={capacityOptionsArr}
id="representationCapacity"
className="govuk-radios__input"