]> cat aescling's git repositories - mastodon.git/commitdiff
Added support options to the bottom right (#2769)
authorjeroenpraat <jeroenpraat@users.noreply.github.com>
Sat, 6 May 2017 11:43:43 +0000 (13:43 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 6 May 2017 11:43:43 +0000 (13:43 +0200)
* Added support options to the bottom right

I don't know if this is actually wanted, but I made these changes on my instance, so why not share it. Not wanted? No problem! BTW: Maybe the Mastodon image should leave here, cause there is no space left cause of the increased height of the getting started column.

* 2 paragraphs looks cleaner

* Update

* Good morning

app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/locales/en.json

index 6bdff2fba7d8ea2010d2b44f49e4e160c7c2beb7..f2125a96ccd7765a729abe3df879c2b5f10800f1 100644 (file)
@@ -57,7 +57,8 @@ class GettingStarted extends ImmutablePureComponent {
 
         <div className='scrollable optionally-scrollable' style={{ display: 'flex', flexDirection: 'column' }}>
           <div className='static-content getting-started'>
-            <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/documentation/blob/master/Using-Mastodon/Apps.md" target="_blank"><FormattedMessage id='getting_started.apps' defaultMessage='Various apps are available' /></a> }} /></p>
+            <p><FormattedMessage id='getting_started.support' defaultMessage='{faq} • {userguide} • {apps}' values={{ faq: <a href="https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/FAQ.md" target="_blank"><FormattedMessage id='getting_started.faq' defaultMessage='FAQ' /></a>, userguide: <a href="https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/User-guide.md" target="_blank"><FormattedMessage id='getting_started.userguide' defaultMessage='User Guide' /></a>, apps: <a href="https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md" target="_blank"><FormattedMessage id='getting_started.appsshort' defaultMessage='Apps' /></a> }} /></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}.' values={{ github: <a href="https://github.com/tootsuite/mastodon" target="_blank">tootsuite/mastodon</a> }} /></p>
           </div>
         </div>
       </Column>
index 8a7a5e4e657e2fd48f60bc3618ffe3b9a31666a4..bd26a2e6fb1a2dce84e39004b28ae698fc99ddd5 100644 (file)
   "empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
   "follow_request.authorize": "Authorize",
   "follow_request.reject": "Reject",
-  "getting_started.apps": "Various apps are available",
+  "getting_started.appsshort": "Apps",
+  "getting_started.faq": "FAQ",
   "getting_started.heading": "Getting started",
-  "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}. {apps}.",
+  "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
+  "getting_started.userguide": "User Guide",
   "home.column_settings.advanced": "Advanced",
   "home.column_settings.basic": "Basic",
   "home.column_settings.filter_regex": "Filter out by regular expressions",
   "video_player.toggle_sound": "Toggle sound",
   "video_player.toggle_visible": "Toggle visibility",
   "video_player.video_error": "Video could not be played"
-}
\ No newline at end of file
+}