Glitchsocification

This commit is contained in:
Shel Raphen
2017-06-21 13:02:02 -04:00
committed by beatrix-bitrot
parent af178d0ba6
commit 7eda83a36a
4 changed files with 16 additions and 15 deletions

View File

@@ -96,8 +96,8 @@ export default class GettingStarted extends ImmutablePureComponent {
<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' rel='noopener' target='_blank'>tootsuite/mastodon</a> }}
defaultMessage='Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.'
values={{ github: <a href='https://github.com/glitch-soc/mastodon' rel='noopener' target='_blank'>glitch-soc/mastodon</a>, Mastodon: <a href='https://github.com/tootsuite/mastodon' rel='noopener' target='_blank'>Mastodon</a>}}
/>
</p>
</div>