diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js
index f8ea010247..16f71966bb 100644
--- a/app/javascript/mastodon/features/getting_started/index.js
+++ b/app/javascript/mastodon/features/getting_started/index.js
@@ -96,8 +96,8 @@ export default class GettingStarted extends ImmutablePureComponent {
tootsuite/mastodon }}
+ defaultMessage='Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.'
+ values={{ github: glitch-soc/mastodon, Mastodon: Mastodon}}
/>
diff --git a/app/javascript/mastodon/features/ui/components/onboarding_modal.js b/app/javascript/mastodon/features/ui/components/onboarding_modal.js
index d2e02d63b4..1b8d844d3f 100644
--- a/app/javascript/mastodon/features/ui/components/onboarding_modal.js
+++ b/app/javascript/mastodon/features/ui/components/onboarding_modal.js
@@ -29,8 +29,8 @@ const PageOne = ({ acct, domain }) => (
-
-
+
+
{acct}@{domain} }} />
@@ -149,13 +149,14 @@ const PageSix = ({ admin, domain }) => {
{adminSection}
-
GitHub }} />
-
}} />
+
fork, Mastodon: Mastodon, github: GitHub }} />
+
}} />
);
};
-
+GitHub }} />
+