Browse Source

Indicate version number in link footer.

pull/22/head v1.0.2+2.9.3
Darius Kazemi 7 years ago
parent
commit
4ba1695ae3
  1. 2
      app/javascript/mastodon/features/ui/components/link_footer.js
  2. 2
      app/javascript/mastodon/locales/en.json

2
app/javascript/mastodon/features/ui/components/link_footer.js

@ -25,7 +25,7 @@ const LinkFooter = ({ withHotkeys }) => (
values={{ github: <span><a href={source_url} rel='noopener' target='_blank'>{repository}</a> (v{version})</span> }}
/> <FormattedMessage
id='getting_started.hometown_open_source_notice'
defaultMessage='Hometown is also open source, at {hometown}.'
defaultMessage='Hometown is also open source, at {hometown} (v1.0.2).'
values={{ hometown: <span><a href='https://github.com/hometown-fork/hometown' rel='noopener' target='_blank'>hometown-fork/hometown</a></span> }}
/>
</p>

2
app/javascript/mastodon/locales/en.json

@ -145,7 +145,7 @@
"getting_started.directory": "Profile directory",
"getting_started.documentation": "Documentation",
"getting_started.heading": "Getting started",
"getting_started.hometown_open_source_notice": "Hometown is also open source, at {hometown}.",
"getting_started.hometown_open_source_notice": "Hometown is also open source, at {hometown} (v1.0.2).",
"getting_started.invite": "Invite people",
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"getting_started.security": "Security",

Loading…
Cancel
Save