From cbb78b6a6331921403fb4cfcf45812efa89f6c3b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 2 Aug 2015 12:36:35 +0800 Subject: better wording --- routers/install.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'routers') diff --git a/routers/install.go b/routers/install.go index f9b5aa10..3d3e8997 100644 --- a/routers/install.go +++ b/routers/install.go @@ -72,7 +72,7 @@ func GlobalInit() { log.NewGitLogger(path.Join(setting.LogRootPath, "http.log")) } if models.EnableSQLite3 { - log.Info("SQLite3 Enabled") + log.Info("SQLite3 Supported") } checkRunMode() } @@ -213,6 +213,7 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) { // Check admin password. if form.AdminPasswd != form.AdminConfirmPasswd { + ctx.Data["Err_Admin"] = true ctx.Data["Err_AdminPasswd"] = true ctx.RenderWithErr(ctx.Tr("form.password_not_match"), INSTALL, form) return -- cgit v1.2.3