From 10de16beb0065a5e96ef58073841da35c017f5dd Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Sat, 12 Sep 2015 09:21:09 -0400
Subject: [PATCH] typo and README

---
 README.md              | 4 ++++
 routers/admin/admin.go | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a729ae4ae7..b57a885857 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,10 @@ There are 5 ways to install Gogs:
 
 - [Instalando Gogs no Ubuntu](http://blog.linuxpro.com.br/2015/08/14/instalando-gogs-no-ubuntu/) (Português)
 
+### Deploy to Cloud
+
+- [OpenShift](https://github.com/tkisme/gogs-openshift)
+
 ## Acknowledgments
 
 - Router and middleware mechanism of [Macaron](https://github.com/Unknwon/macaron).
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