From 792c13cf0a26020f34e0e43e6e9b95e7c86f0794 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 ffebe28489..e021a6142b 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