This commit is contained in:
r 2020-07-28 13:36:57 +00:00
parent 69f2c3d226
commit f215ab481d
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ func (svc *service) ServeTimelinePage(c *model.Client, tType string,
title = "Timeline"
case "direct":
statuses, err = c.GetTimelineDirect(ctx, &pg)
title = "Local Timeline"
title = "Direct Timeline"
case "local":
statuses, err = c.GetTimelinePublic(ctx, true, &pg)
title = "Local Timeline"