about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/getting_started/index.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-31 22:44:12 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-03-31 22:45:56 +0200
commitd93d6f5124d7e120ad1542a65b72792e31f86b22 (patch)
tree90196b7c7111bded82c4dea814e3dcb1369d9fcb /app/assets/javascripts/components/features/getting_started/index.jsx
parent7ddda65269cd5258deba530cfb4efc3343bb62ae (diff)
Fix reworked search
Diffstat (limited to 'app/assets/javascripts/components/features/getting_started/index.jsx')
-rw-r--r--app/assets/javascripts/components/features/getting_started/index.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/components/features/getting_started/index.jsx b/app/assets/javascripts/components/features/getting_started/index.jsx
index 6f9e988ba..8253ad017 100644
--- a/app/assets/javascripts/components/features/getting_started/index.jsx
+++ b/app/assets/javascripts/components/features/getting_started/index.jsx
@@ -43,8 +43,6 @@ const GettingStarted = ({ intl, me }) => {
 
       <div className='scrollable optionally-scrollable' style={{ display: 'flex', flexDirection: 'column' }}>
         <div className='static-content getting-started'>
-          <p><FormattedMessage id='getting_started.about_addressing' defaultMessage='You can follow people if you know their username and the domain they are on by entering an e-mail-esque address into the form at the top of the sidebar.' /></p>
-          <p><FormattedMessage id='getting_started.about_shortcuts' defaultMessage='If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.' /></p>
           <p><FormattedMessage id='getting_started.open_source_notice' defaultMessage='Mastodon is open source software. You can contribute or report issues on github at {github}. {apps}.' values={{ github: <a href="https://github.com/tootsuite/mastodon" target="_blank">tootsuite/mastodon</a>, apps: <a href="https://github.com/tootsuite/mastodon/blob/master/docs/Using-Mastodon/Apps.md" target="_blank"><FormattedMessage id='getting_started.apps' defaultMessage='Various apps are available' /></a> }} /></p>
         </div>
       </div>