Skip to content

Commit

Permalink
A4A: Add description to the Company Name field in the PD details form. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jkguidaven authored Sep 25, 2024
1 parent 8c8de36 commit 5c59b6f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ const AgencyDetailsForm = ( { initialFormData }: Props ) => {
<FormSection title={ translate( 'Agency information' ) }>
<FormField
label={ translate( 'Company name' ) }
description={ translate(
'Include only your company name; save any descriptors for the Company bio section.'
) }
error={ validationError.name }
field={ formData.name }
checks={ [ validateNonEmpty() ] }
Expand Down

0 comments on commit 5c59b6f

Please sign in to comment.