mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Improve accessability field descriptions
This commit is contained in:
parent
ac33f6ad35
commit
386808c902
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue