Browse Source

Remove dashboard keyword from title

tags/v1.2.0-rc1
Alec S 9 years ago
parent
commit
93bdc4ad19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/user/home.go

+ 1
- 1
routers/user/home.go 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.Tr("dashboard")
ctx.Data["Title"] = ctxUser.DisplayName()
ctx.Data["PageIsDashboard"] = true
ctx.Data["PageIsNews"] = true



Loading…
Cancel
Save