浏览代码

readd 'dashboard' to title

Alec S 9 年之前
父节点
当前提交
792c13cf0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routers/user/home.go

+ 1 - 1
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