Adjust naming of public timeline -> "local timeline" vs "whole known network"

This commit is contained in:
Eugen Rochko 2017-02-19 21:49:14 +01:00
parent c50256d25c
commit 6b4ef92c6f
5 changed files with 9 additions and 9 deletions

View file

@ -117,7 +117,7 @@ const Mastodon = React.createClass({
<Route path='getting-started' component={GettingStarted} />
<Route path='timelines/home' component={HomeTimeline} />
<Route path='timelines/public' component={PublicTimeline} />
<Route path='timelines/community' component={CommunityTimeline} />
<Route path='timelines/public/local' component={CommunityTimeline} />
<Route path='timelines/tag/:id' component={HashtagTimeline} />
<Route path='notifications' component={Notifications} />