Improve accessability field descriptions

This commit is contained in:
Malted 2024-01-26 17:57:02 +01:00
parent ac33f6ad35
commit 386808c902
No known key found for this signature in database

View file

@ -164,13 +164,13 @@ export default function PersonalInfoForm({
<Field
name="accommodations"
label="Accessibility needs"
description="Please specify any accommodations or accessibility needs you have so we can support you during onboarding and while using HCB"
description="Please specify any accommodations, accessibility needs, or other important information so we can support you during onboarding and while using HCB"
requiredFields={requiredFields}
>
<Input
name="accommodations"
id="accommodations"
placeholder="I need a screen reader"
placeholder="I use a screen reader / I need increased text size during onboarding"
sx={{ ...AutofillColourFix }}
/>
</Field>