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