diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-06-26 00:50:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 17:50:12 -0500 |
commit | 711cbcce8d6a193f5738c45861d11cb86b412ec7 (patch) | |
tree | 27928afb7a54a2f460b8bb6223dddbf5d8d8bf75 /routers | |
parent | a8cdea013d16635c55ef8ef83a0b4219fe646b77 (diff) | |
download | gitea-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.go | 2 |
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) |