Przeglądaj źródła

Remove dashboard keyword from title

Alec S 9 lat temu
rodzic
commit
affa3c2dbf
1 zmienionych plików z 1 dodań i 1 usunięć
  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.Tr("dashboard")
+	ctx.Data["Title"] = ctxUser.DisplayName()
 	ctx.Data["PageIsDashboard"] = true
 	ctx.Data["PageIsNews"] = true