Use neutral language in comments and docs (#20135)

- Replace `his/her` to `their`, as it's more neutral language.
This commit is contained in:
Gusted 2022-06-26 00:50:12 +02:00 committed by GitHub
parent a8cdea013d
commit 711cbcce8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -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)