1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

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

@ -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