about summary refs log tree commit diff
path: root/app/assets/javascripts/components/containers/mastodon.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-19 21:49:14 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-19 21:49:14 +0100
commit6b4ef92c6fbf8b63c1ed8314bc230350eff340b1 (patch)
treec334ee6d4340379e232fc7f2cccdb797d9e05b31 /app/assets/javascripts/components/containers/mastodon.jsx
parentc50256d25c47110119ea3386050040c916f2cf83 (diff)
Adjust naming of public timeline -> "local timeline" vs "whole known network"
Diffstat (limited to 'app/assets/javascripts/components/containers/mastodon.jsx')
-rw-r--r--app/assets/javascripts/components/containers/mastodon.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/containers/mastodon.jsx b/app/assets/javascripts/components/containers/mastodon.jsx
index 3e7abda45..40fbac525 100644
--- a/app/assets/javascripts/components/containers/mastodon.jsx
+++ b/app/assets/javascripts/components/containers/mastodon.jsx
@@ -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} />