fix(app): pronoun localisation
they/them is difficult to localise correctly in many non-Western languages
This commit is contained in:
@@ -708,7 +708,6 @@ const MyProfileTabComponent = observer(function MyProfileTabComponent({
|
|||||||
<Input
|
<Input
|
||||||
{...form.register('pronouns')}
|
{...form.register('pronouns')}
|
||||||
label={t`Pronouns`}
|
label={t`Pronouns`}
|
||||||
placeholder={isPerGuildProfile && user?.pronouns ? user.pronouns : t`they/them`}
|
|
||||||
maxLength={40}
|
maxLength={40}
|
||||||
value={form.watch('pronouns') || ''}
|
value={form.watch('pronouns') || ''}
|
||||||
error={form.formState.errors.pronouns?.message}
|
error={form.formState.errors.pronouns?.message}
|
||||||
|
|||||||
Reference in New Issue
Block a user