Change label from "For you" to "People" on explore screen in web UI (#24706)
This commit is contained in:
@ -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"
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user