1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 22:17:20 +00:00

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
7 changed files with 9 additions and 9 deletions

View File

@ -149,7 +149,7 @@ func removeOrgUser(ctx context.Context, orgID, userID int64) error {
}
}
// Delete member in his/her teams.
// Delete member in their teams.
teams, err := organization.GetUserOrgTeams(ctx, org.ID, userID)
if err != nil {
return err