From f1f1580f7bbe9e95fe07e95a8230d7377243e55d Mon Sep 17 00:00:00 2001 From: Alec S Date: Thu, 10 Mar 2016 12:10:03 -0600 Subject: [PATCH] readd 'dashboard' to title --- routers/user/home.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/user/home.go b/routers/user/home.go index ffebe2848..e021a6142 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.Data["Title"] = ctxUser.DisplayName() + " - " + ctx.Tr("dashboard") ctx.Data["PageIsDashboard"] = true ctx.Data["PageIsNews"] = true