From 5585c244dabf2e7cf60386c546e607b2656fcb3c Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Wed, 10 Jul 2019 21:10:58 -0700 Subject: [PATCH] Add link to Hometown source in footer --- app/javascript/mastodon/features/ui/components/link_footer.js | 4 ++++ app/javascript/mastodon/locales/en.json | 1 + 2 files changed, 5 insertions(+) diff --git a/app/javascript/mastodon/features/ui/components/link_footer.js b/app/javascript/mastodon/features/ui/components/link_footer.js index b481983dc..9689e9da4 100644 --- a/app/javascript/mastodon/features/ui/components/link_footer.js +++ b/app/javascript/mastodon/features/ui/components/link_footer.js @@ -23,6 +23,10 @@ const LinkFooter = ({ withHotkeys }) => ( id='getting_started.open_source_notice' defaultMessage='Mastodon is open source software. You can contribute or report issues on GitHub at {github}.' values={{ github: {repository} (v{version}) }} + /> friendcamp/mastodon }} />

diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index acb739326..77ae2809a 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -145,6 +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.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",