Change label from "For you" to "People" on explore screen in web UI (#24706)

This commit is contained in:
Eugen Rochko
2023-04-28 08:54:20 +02:00
committed by GitHub
parent a5bc4ea550
commit 7cf963eec2
3 changed files with 13 additions and 10 deletions

View File

@ -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"

View File

@ -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",