change "any/all" to "any pronouns"

This commit is contained in:
hazycora 2024-02-24 12:24:12 -06:00
parent 20f96796d7
commit 8d086ad91c
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
3 changed files with 3 additions and 3 deletions

View file

@ -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 === '!') {