diff --git a/app/javascript/mastodon/features/explore/index.jsx b/app/javascript/mastodon/features/explore/index.jsx
index 939550d83..35626226e 100644
--- a/app/javascript/mastodon/features/explore/index.jsx
+++ b/app/javascript/mastodon/features/explore/index.jsx
@@ -71,17 +71,20 @@ class Explore extends React.PureComponent {
+
+
+ {signedIn && (
+
+
+
+ )}
+
- {signedIn && (
-
-
-
- )}
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json
index ca38088c6..b910f2a85 100644
--- a/app/javascript/mastodon/locales/defaultMessages.json
+++ b/app/javascript/mastodon/locales/defaultMessages.json
@@ -2073,12 +2073,12 @@
"id": "explore.trending_tags"
},
{
- "defaultMessage": "News",
- "id": "explore.trending_links"
+ "defaultMessage": "People",
+ "id": "explore.suggested_follows"
},
{
- "defaultMessage": "For you",
- "id": "explore.suggested_follows"
+ "defaultMessage": "News",
+ "id": "explore.trending_links"
}
],
"path": "app/javascript/mastodon/features/explore/index.json"
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index 177155497..0220f67eb 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -240,7 +240,7 @@
"errors.unexpected_crash.copy_stacktrace": "Copy stacktrace to clipboard",
"errors.unexpected_crash.report_issue": "Report issue",
"explore.search_results": "Search results",
- "explore.suggested_follows": "For you",
+ "explore.suggested_follows": "People",
"explore.title": "Explore",
"explore.trending_links": "News",
"explore.trending_statuses": "Posts",