change "any/all" to "any pronouns"
This commit is contained in:
parent
20f96796d7
commit
8d086ad91c
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ function onPronounsDropdownUpdate() {
|
|||
pronounsInput.value === 'she/her' ||
|
||||
pronounsInput.value === 'they/them' ||
|
||||
pronounsInput.value === 'it/its' ||
|
||||
pronounsInput.value === 'any/all'
|
||||
pronounsInput.value === 'any pronouns'
|
||||
);
|
||||
if (isCustom) {
|
||||
if (pronounsInput.value === '!') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue