1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Add admin edit user

This commit is contained in:
Unknown
2014-03-21 06:15:58 -04:00
parent e67653cf13
commit 30618b271a
12 changed files with 416 additions and 16 deletions

View File

@ -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",