forked from forgejo/forgejo
Add admin edit user
This commit is contained in:
parent
e67653cf13
commit
30618b271a
12 changed files with 416 additions and 16 deletions
|
@ -79,7 +79,7 @@ type UpdateProfileForm struct {
|
|||
|
||||
func (f *UpdateProfileForm) Name(field string) string {
|
||||
names := map[string]string{
|
||||
"Email": "Email address",
|
||||
"Email": "E-mail address",
|
||||
"Website": "Website",
|
||||
"Location": "Location",
|
||||
"Avatar": "Gravatar Email",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue