summaryrefslogtreecommitdiffstats
path: root/routers/user/home.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/user/home.go')
-rw-r--r--routers/user/home.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/home.go b/routers/user/home.go
index 868f984b5a..3fe8a57d09 100644
--- a/routers/user/home.go
+++ b/routers/user/home.go
@@ -377,7 +377,7 @@ func showOrgProfile(ctx *context.Context) {
}
org := ctx.Org.Organization
- ctx.Data["Title"] = org.FullName
+ ctx.Data["Title"] = org.DisplayName()
page := ctx.QueryInt("page")
if page <= 0 {