misc accessibility fixes

This commit is contained in:
2024-02-21 17:19:01 +00:00
parent 7dbc978f00
commit dcdda6eb6e
8 changed files with 14 additions and 18 deletions
-1
View File
@@ -73,7 +73,6 @@ const DocumentDetails = (props) => {
className="govuk-select"
id="showDocumentType"
name="showDocumentType"
datafield="showDocumentType"
>
<option value="all">
{router.locale == "cy"
@@ -122,6 +122,7 @@ export const RenderRadioListWithText = ({
...custom
}) => {
const required = (value) => (value ? undefined : "Required");
const router = useRouter();
return (
<>
@@ -197,8 +198,9 @@ export const RenderRadioListWithText = ({
"_Comments"
}
>
Please give further details for
your this selection
{router.locale == "en"
? "Please give further details for this selection"
: "Rhowch fanylion pellach am y dewis hwn"}
</label>
<Field
name={