index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
routers
/
dashboard.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'routers/dashboard.go')
-rw-r--r--
routers/dashboard.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/dashboard.go b/routers/dashboard.go
index dafe9f31..76ecc3f6 100644
--- a/
routers/dashboard.go
+++ b/
routers/dashboard.go
@@ -26,6 +26,6 @@ func Help(ctx *middleware.Context) {
func NotFound(ctx *middleware.Context) {
ctx.Data["PageIsNotFound"] = true
- ctx.Data["Title"] = 404
+ ctx.Data["Title"] = "Page Not Found"
ctx.Handle(404, "home.NotFound", nil)
}