]> cat aescling's git repositories - mastodon.git/commitdiff
Update onboard federation description (#2555)
authorWonderfall <wonderfall@targaryen.house>
Thu, 27 Apr 2017 23:58:45 +0000 (01:58 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 27 Apr 2017 23:58:45 +0000 (01:58 +0200)
app/assets/javascripts/components/features/ui/components/onboarding_modal.jsx

index 6121b6058d4311d4f575dde2830e6a9b7db46e4d..4c2c55f93bc57cccd3e60990e2a13152110cfd15 100644 (file)
@@ -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>