diff options
author | Unknwon <u@gogs.io> | 2015-09-12 09:21:09 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-12 09:21:09 -0400 |
commit | 10de16beb0065a5e96ef58073841da35c017f5dd (patch) | |
tree | c25c0b237d8805dd42190f3af8e0bd652577a2f1 /routers | |
parent | ed5a61153fb8fc2ae960a505d9ed7f8b22c8b8d5 (diff) | |
download | gitea-10de16beb0065a5e96ef58073841da35c017f5dd.tar.gz gitea-10de16beb0065a5e96ef58073841da35c017f5dd.zip |
typo and README
Diffstat (limited to 'routers')
-rw-r--r-- | routers/admin/admin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/admin/admin.go b/routers/admin/admin.go index 46106aa427..02449767e2 100644 --- a/routers/admin/admin.go +++ b/routers/admin/admin.go @@ -171,7 +171,7 @@ func Dashboard(ctx *middleware.Context) { } func Config(ctx *middleware.Context) { - ctx.Data["Title"] = ctx.Tr("admin.users") + ctx.Data["Title"] = ctx.Tr("admin.config") ctx.Data["PageIsAdmin"] = true ctx.Data["PageIsAdminConfig"] = true |