queer.af: change footer text and source link

This commit is contained in:
embr 2021-09-04 16:12:40 +02:00
parent 1e404025d9
commit 2d3e8bf64a
2 changed files with 10 additions and 6 deletions

View file

@ -58,11 +58,12 @@ class LinkFooter extends React.PureComponent {
<p> <p>
<FormattedMessage <FormattedMessage
id='getting_started.open_source_notice' id='getting_started.open_source_notice.queer_af'
defaultMessage='Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.' defaultMessage='queer.af is open source software, running on a fork of {Glitchsoc} and {Mastodon}. You can contribute or report issues at {github}.'
values={{ values={{
github: <span><a href={source_url} rel='noopener noreferrer' target='_blank'>{repository}</a> (v{version})</span>, github: <span><a href={source_url} rel='noopener noreferrer' target='_blank'>{repository}</a> (v{version})</span>,
Mastodon: <a href='https://github.com/tootsuite/mastodon' rel='noopener noreferrer' target='_blank'>Mastodon</a> }} Glitchsoc: <span><a href='https://github.com/glitch-soc/mastodon' rel='noopener noreferrer' target='_blank'>glitch-soc</a></span>,
Mastodon: <a href='https://github.com/tootsuite/mastodon' rel='noopener noreferrer' target='_blank'>mastodon</a> }}
/> />
</p> </p>
</div> </div>

View file

@ -61,9 +61,12 @@ class LinkFooter extends React.PureComponent {
<p> <p>
<FormattedMessage <FormattedMessage
id='getting_started.open_source_notice' id='getting_started.open_source_notice.queer_af'
defaultMessage='Mastodon is open source software. You can contribute or report issues on GitHub at {github}.' defaultMessage='queer.af is open source software, running on a fork of {Glitchsoc} and {Mastodon}. You can contribute or report issues at {github}.'
values={{ github: <span><a href={source_url} rel='noopener noreferrer' target='_blank'>{repository}</a> (v{version})</span> }} values={{
github: <span><a href='https://git.queer.af/_/mastodon' rel='noopener noreferrer' target='_blank'>git.queer.af</a></span>,
Glitchsoc: <span><a href='https://github.com/glitch-soc/mastodon' rel='noopener noreferrer' target='_blank'>glitch-soc</a></span>,
Mastodon: <a href='https://github.com/tootsuite/mastodon' rel='noopener noreferrer' target='_blank'>mastodon</a> }}
/> />
</p> </p>
</div> </div>