summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
authorhazycora <hazysu@riseup.net>2024-02-24 19:24:12 +0100
committerhazycora <hazysu@riseup.net>2024-04-03 22:15:53 +0200
commit8d086ad91c4ef5c0236bdb72cc3becd1356e8b78 (patch)
treec33214d594db31d175d742fd66d0c1c388e1197a /routers
parentuse recognisedPronouns variable (diff)
downloadforgejo-8d086ad91c4ef5c0236bdb72cc3becd1356e8b78.tar.xz
forgejo-8d086ad91c4ef5c0236bdb72cc3becd1356e8b78.zip
change "any/all" to "any pronouns"
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