@ -42,10 +42,12 @@ class ServerBanner extends PureComponent {
return(
<divclassName='server-banner'>
<divclassName='server-banner__introduction'>
<FormattedMessageid='server_banner.introduction' defaultMessage='{domain} is part of the decentralized social network powered by {mastodon}.' values={{domain:<strong>{domain}</strong>,mastodon:<ahref='https://joinmastodon.org'target='_blank'>Mastodon</a>}}/>
<FormattedMessageid='server_banner.is_one_of_many' defaultMessage='{domain} is one of the many independent Mastodon servers you can use to participate in the fediverse.' values={{domain:<strong>{domain}</strong>,mastodon:<ahref='https://joinmastodon.org'target='_blank'>Mastodon</a>}}/>
<p><FormattedMessageid='sign_in_banner.text'defaultMessage='Login to follow profiles or hashtags, favorite, share and reply to posts. You can also interact from your account on a different server.'/></p>
<p><strong><FormattedMessageid='sign_in_banner.mastodon_is'defaultMessage="Mastodon is the best way to keep up with what's happening."/></strong></p>
<p><FormattedMessageid='sign_in_banner.follow_anyone'defaultMessage='Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.'/></p>
<ahref={sso_redirect}data-method='post'className='button button--block button-tertiary'><FormattedMessageid='sign_in_banner.sso_redirect'defaultMessage='Login or Register'/></a>
</div>
);
@ -44,7 +45,8 @@ const SignInBanner = () => {
return(
<divclassName='sign-in-banner'>
<p><FormattedMessageid='sign_in_banner.text'defaultMessage='Login to follow profiles or hashtags, favorite, share and reply to posts. You can also interact from your account on a different server.'/></p>
<p><strong><FormattedMessageid='sign_in_banner.mastodon_is'defaultMessage="Mastodon is the best way to keep up with what's happening."/></strong></p>
<p><FormattedMessageid='sign_in_banner.follow_anyone'defaultMessage='Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.'/></p>
"server_banner.introduction":"{domain} is part of the decentralized social network powered by {mastodon}.",
"server_banner.learn_more":"Learn more",
"server_banner.is_one_of_many":"{domain} is one of the many independent Mastodon servers you can use to participate in the fediverse.",
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.follow_anyone":"Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.",
"sign_in_banner.mastodon_is":"Mastodon is the best way to keep up with what's happening.",
"sign_in_banner.sign_in":"Login",
"sign_in_banner.sso_redirect":"Login or Register",
"sign_in_banner.text":"Login to follow profiles or hashtags, favorite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this post in the moderation interface",