aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/user.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-21 06:15:58 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-21 06:15:58 -0400
commit30618b271aab40d29a6d34cb4e06c8d28fa74d18 (patch)
tree975ea9f2770c20f7b8b8f5ca2fffaf9deb95b0a5 /modules/auth/user.go
parente67653cf13857f671de9bf6279453f99cdd60d11 (diff)
Add admin edit user
Diffstat (limited to 'modules/auth/user.go')
-rw-r--r--modules/auth/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/user.go b/modules/auth/user.go
index 491ec65a..f8d8f661 100644
--- a/modules/auth/user.go
+++ b/modules/auth/user.go
@@ -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",