diff options
author | hazycora <hazysu@riseup.net> | 2024-02-24 19:24:12 +0100 |
---|---|---|
committer | hazycora <hazysu@riseup.net> | 2024-04-03 22:15:53 +0200 |
commit | 8d086ad91c4ef5c0236bdb72cc3becd1356e8b78 (patch) | |
tree | c33214d594db31d175d742fd66d0c1c388e1197a /routers | |
parent | use recognisedPronouns variable (diff) | |
download | forgejo-8d086ad91c4ef5c0236bdb72cc3becd1356e8b78.tar.xz forgejo-8d086ad91c4ef5c0236bdb72cc3becd1356e8b78.zip |
change "any/all" to "any pronouns"
Diffstat (limited to 'routers')
-rw-r--r-- | routers/web/user/setting/profile.go | 2 |
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 |