Add onboarding prompt when home feed too slow in web UI (#25267)

This commit is contained in:
Eugen Rochko
2023-06-22 22:48:40 +01:00
committed by GitHub
parent 1d622c8033
commit 00ec43914a
11 changed files with 131 additions and 39 deletions

View File

@ -35,7 +35,7 @@ class Links extends PureComponent {
const banner = (
<DismissableBanner id='explore/links'>
<FormattedMessage id='dismissable_banner.explore_links' defaultMessage='These news stories are being talked about by people on this and other servers of the decentralized network right now.' />
<FormattedMessage id='dismissable_banner.explore_links' defaultMessage='These are news stories being shared the most on the social web today. Newer news stories posted by more different people are ranked higher.' />
</DismissableBanner>
);