summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
Diffstat (limited to 'routers')
-rw-r--r--routers/web/user/setting/profile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/user/setting/profile.go b/routers/web/user/setting/profile.go
index e5750e724d..5bbc497db8 100644
--- a/routers/web/user/setting/profile.go
+++ b/routers/web/user/setting/profile.go
@@ -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