This commit is contained in:
tobi 2024-12-18 12:07:50 +01:00
parent b8dd1e34bd
commit 7415961063
6 changed files with 11 additions and 6 deletions

View file

@ -204,7 +204,11 @@ class About extends PureComponent {
<LinkFooter /> <LinkFooter />
<div className='about__footer'> <div className='about__footer'>
<p><FormattedMessage id='about.fork_disclaimer' defaultMessage='Masto-FE (sloth flavour) is open source software forked from Mastodon via Glitch.' /></p> <p><FormattedMessage
id='about.fork_disclaimer'
// eslint-disable-next-line formatjs/no-emoji
defaultMessage='Masto-FE (🦥 flavour) is open source software forked from Mastodon via Glitch.'
/></p>
</div> </div>
</div> </div>

View file

@ -53,10 +53,11 @@ class LinkFooter extends PureComponent {
render () { render () {
const DividingCircle = <span aria-hidden>{' · '}</span>; const DividingCircle = <span aria-hidden>{' · '}</span>;
const software = 'Masto-FE (🦥 flavour)';
return ( return (
<div className='link-footer'> <div className='link-footer'>
<p> <p>
<strong>Masto-FE (sloth flavour)</strong> <strong>{software}</strong>
{DividingCircle} {DividingCircle}
<a href={source_url} rel='noopener noreferrer' target='_blank'><FormattedMessage id='footer.source_code' defaultMessage='Source code' /></a> <a href={source_url} rel='noopener noreferrer' target='_blank'><FormattedMessage id='footer.source_code' defaultMessage='Source code' /></a>
{DividingCircle} {DividingCircle}

View file

@ -1,5 +1,5 @@
{ {
"about.fork_disclaimer": "Masto-FE (sloth flavour) is open source software forked from Mastodon via Glitch.", "about.fork_disclaimer": "Masto-FE (🦥 flavour) is open source software forked from Mastodon via Glitch.",
"account.add_account_note": "Add note for @{name}", "account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.", "account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows", "account.follows": "Follows",

View file

@ -1,5 +1,5 @@
{ {
"about.fork_disclaimer": "Masto-FE (sloth flavour) is open source software forked from Mastodon via Glitch.", "about.fork_disclaimer": "Masto-FE (🦥 flavour) is open source software forked from Mastodon via Glitch.",
"account.add_account_note": "Add note for @{name}", "account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.", "account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows", "account.follows": "Follows",

View file

@ -1,5 +1,5 @@
{ {
"about.fork_disclaimer": "Masto-FE (sloth flavour) is open source software forked from Mastodon via Glitch.", "about.fork_disclaimer": "Masto-FE (🦥 flavour) is open source software forked from Mastodon via Glitch.",
"account.add_account_note": "Add note for @{name}", "account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.", "account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows", "account.follows": "Follows",

View file

@ -1,5 +1,5 @@
{ {
"about.fork_disclaimer": "Masto-FE (sloth flavour) is open source software forked from Mastodon via Glitch.", "about.fork_disclaimer": "Masto-FE (🦥 flavour) is open source software forked from Mastodon via Glitch.",
"account.add_account_note": "Add note for @{name}", "account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.", "account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows", "account.follows": "Follows",