logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 546b5a9dcf9fabcfe87c06b7e7079a868006e50b
parent: a39e719b392f2a2de3415850ff04deeefd3e8742
Author: Wonderfall <wonderfall@targaryen.house>
Date:   Fri, 28 Apr 2017 01:58:45 +0200

Update onboard federation description (#2555)


Diffstat:

Mapp/assets/javascripts/components/features/ui/components/onboarding_modal.jsx2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/javascripts/components/features/ui/components/onboarding_modal.jsx b/app/assets/javascripts/components/features/ui/components/onboarding_modal.jsx @@ -25,7 +25,7 @@ const PageOne = ({ acct, domain }) => ( <div> <h1><FormattedMessage id='onboarding.page_one.welcome' defaultMessage='Welcome to Mastodon!' /></h1> - <p><FormattedMessage id='onboarding.page_one.federation' defaultMessage='Mastodon is a network of independent servers joining up to make one larger social network. We call these servers: <em>Instances</em>' /></p> + <p><FormattedMessage id='onboarding.page_one.federation' defaultMessage='Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.' /></p> <p><FormattedMessage id='onboarding.page_one.handle' defaultMessage='You are on {domain}, so your full handle is {handle}' values={{ domain, handle: <strong>{acct}@{domain}</strong> }}/></p> </div> </div>