welsh trans for validation message
This commit is contained in:
@@ -61,7 +61,7 @@ let RepCapacitySelection = (props) => {
|
||||
options={capacityOptionsArr}
|
||||
id="representationCapacity"
|
||||
className="govuk-radios__input"
|
||||
errorMsg="Select an option"
|
||||
errorMsg={t("newappeal:select-an-option-label")}
|
||||
component={RenderRadioList}
|
||||
validate={[required]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user