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"