summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--routers/user/home.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/home.go b/routers/user/home.go
index 0e633a9e59..0af94698df 100644
--- a/routers/user/home.go
+++ b/routers/user/home.go
@@ -84,7 +84,7 @@ func retrieveFeeds(ctx *middleware.Context, ctxUserID, userID, offset int64, isP
func Dashboard(ctx *middleware.Context) {
ctxUser := getDashboardContextUser(ctx)
- ctx.Data["Title"] = ctxUser.DisplayName() + " " + ctx.Tr("dashboard")
+ ctx.Data["Title"] = ctxUser.DisplayName()
ctx.Data["PageIsDashboard"] = true
ctx.Data["PageIsNews"] = true