Skip to content

Commit

Permalink
use correct string for sexual orientation survey question
Browse files Browse the repository at this point in the history
  • Loading branch information
trigal2012 committed Jan 21, 2025
1 parent e4226ed commit 065c960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/survey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,11 @@ const Survey = () => {
<TextInput {...form.getInputProps('q10other')} required />
)}
</Stack>
{/*Select how you identify your race/ethnicity */}
{/*Select how you identify your sexual orientation */}
<Stack spacing={0}>
<Checkbox.Group
{...form.getInputProps('q11')}
label={<Trans i18nKey='survey-form.q12' components={{ em: <em>.</em> }} />}
label={<Trans i18nKey='survey-form.q11' components={{ em: <em>.</em> }} />}
>
{Object.entries(t('survey-form.q11-opts', { returnObjects: true })).map(
([key, value], i) => (
Expand Down

0 comments on commit 065c960

Please sign in to comment.