summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-06-26 00:50:12 +0200
committerGitHub <noreply@github.com>2022-06-25 17:50:12 -0500
commit711cbcce8d6a193f5738c45861d11cb86b412ec7 (patch)
tree27928afb7a54a2f460b8bb6223dddbf5d8d8bf75 /routers
parenta8cdea013d16635c55ef8ef83a0b4219fe646b77 (diff)
downloadgitea-711cbcce8d6a193f5738c45861d11cb86b412ec7.tar.gz
gitea-711cbcce8d6a193f5738c45861d11cb86b412ec7.zip
Use neutral language in comments and docs (#20135)
- Replace `his/her` to `their`, as it's more neutral language.
Diffstat (limited to 'routers')
-rw-r--r--routers/web/auth/password.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/auth/password.go b/routers/web/auth/password.go
index 06ccd2e76f..c41c8bd1e5 100644
--- a/routers/web/auth/password.go
+++ b/routers/web/auth/password.go
@@ -274,7 +274,7 @@ func MustChangePassword(ctx *context.Context) {
ctx.HTML(http.StatusOK, tplMustChangePassword)
}
-// MustChangePasswordPost response for updating a user's password after his/her
+// MustChangePasswordPost response for updating a user's password after their
// account was created by an admin
func MustChangePasswordPost(ctx *context.Context) {
form := web.GetForm(ctx).(*forms.MustChangePasswordForm)