change "any/all" to "any pronouns"
This commit is contained in:
parent
20f96796d7
commit
8d086ad91c
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
recognisedPronouns = []string{"", "he/him", "she/her", "they/them", "it/its", "any/all"}
|
||||
recognisedPronouns = []string{"", "he/him", "she/her", "they/them", "it/its", "any pronouns"}
|
||||
)
|
||||
|
||||
// Profile render user's profile page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue