2
0

readd 'dashboard' to title

This commit is contained in:
Alec S
2016-03-10 12:10:03 -06:00
parent 9dcf81e729
commit 5321b0859c

View File

@@ -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