1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

remove repetitive words (#29695)

Signed-off-by: pengqiseven <912170095@qq.com>
This commit is contained in:
pengqiseven
2024-03-11 17:24:23 +08:00
committed by GitHub
parent e6d141182f
commit 7f856d5d74
7 changed files with 7 additions and 7 deletions

View File

@@ -425,7 +425,7 @@ func (u *User) GetDisplayName() string {
return u.Name
}
// GetCompleteName returns the the full name and username in the form of
// GetCompleteName returns the full name and username in the form of
// "Full Name (username)" if full name is not empty, otherwise it returns
// "username".
func (u *User) GetCompleteName() string {