maoam
This commit is contained in:
parent
b8dd1e34bd
commit
7415961063
6 changed files with 11 additions and 6 deletions
|
@ -204,7 +204,11 @@ class About extends PureComponent {
|
|||
<LinkFooter />
|
||||
|
||||
<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>
|
||||
|
||||
|
|
|
@ -53,10 +53,11 @@ class LinkFooter extends PureComponent {
|
|||
|
||||
render () {
|
||||
const DividingCircle = <span aria-hidden>{' · '}</span>;
|
||||
const software = 'Masto-FE (🦥 flavour)';
|
||||
return (
|
||||
<div className='link-footer'>
|
||||
<p>
|
||||
<strong>Masto-FE (sloth flavour)</strong>
|
||||
<strong>{software}</strong>
|
||||
{DividingCircle}
|
||||
<a href={source_url} rel='noopener noreferrer' target='_blank'><FormattedMessage id='footer.source_code' defaultMessage='Source code' /></a>
|
||||
{DividingCircle}
|
||||
|
|
|
@ -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.disclaimer_full": "Information below may reflect the user's profile incompletely.",
|
||||
"account.follows": "Follows",
|
||||
|
|
|
@ -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.disclaimer_full": "Information below may reflect the user's profile incompletely.",
|
||||
"account.follows": "Follows",
|
||||
|
|
|
@ -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.disclaimer_full": "Information below may reflect the user's profile incompletely.",
|
||||
"account.follows": "Follows",
|
||||
|
|
|
@ -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.disclaimer_full": "Information below may reflect the user's profile incompletely.",
|
||||
"account.follows": "Follows",
|
||||
|
|
Loading…
Reference in a new issue