فهرست منبع

Merge pull request #2802 from allonsy/develop

readd 'dashboard' to title
Unknwon 9 سال پیش
والد
کامیت
067edcdb90
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