1
0
Fork 0
forked from forgejo/forgejo

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