Skip to content

Commit

Permalink
fix: grammar for "ethnicity(s)" 🤓 (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
im6rn authored Oct 21, 2024
1 parent 0ce53ba commit 3d04dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@
- fiidalgo
- BrandonSandoval
- niaanderson-po
- im6rn
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function EthnicityField({
name,
}: FieldProps<Pick<Country, 'code' | 'demonym' | 'flagEmoji'>[]>) {
return (
<Form.Field error={error} labelFor={name} label="Ethnicity(s)">
<Form.Field error={error} labelFor={name} label="Ethnicity">
<EthnicityMultiCombobox
defaultValues={defaultValue.map((ethnicity) => {
return {
Expand Down

0 comments on commit 3d04dcb

Please sign in to comment.