{repository} (v{version}) }}
+ id='getting_started.free_software_notice'
+ defaultMessage='Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.'
+ values={{ repository: {repository} (v{version}) }}
/>
- );
- }
-
-}
diff --git a/app/javascript/mastodon/features/ui/index.js b/app/javascript/mastodon/features/ui/index.js
index 5825db1e4..4e37908c8 100644
--- a/app/javascript/mastodon/features/ui/index.js
+++ b/app/javascript/mastodon/features/ui/index.js
@@ -51,10 +51,12 @@ import {
Directory,
Explore,
FollowRecommendations,
+ About,
} from './util/async-components';
import { me, title } from '../../initial_state';
import { closeOnboarding, INTRODUCTION_VERSION } from 'mastodon/actions/onboarding';
import { Helmet } from 'react-helmet';
+import Header from './components/header';
// Dummy import, to make sure that ends up in the application bundle.
// Without this it ends up in ~8 very commonly used bundles.
@@ -170,6 +172,7 @@ class SwitchingColumnsArea extends React.PureComponent {
+
@@ -559,6 +562,8 @@ class UI extends React.PureComponent {
return (