From 0565f76eaddc0f79315278f2396323ff33d502bb Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sat, 18 Jul 2020 19:51:27 -0500 Subject: [Bug, UI] Fix footer link text --- app/javascript/flavours/glitch/features/ui/components/link_footer.js | 1 + app/javascript/mastodon/locales/en-MP.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app/javascript') diff --git a/app/javascript/flavours/glitch/features/ui/components/link_footer.js b/app/javascript/flavours/glitch/features/ui/components/link_footer.js index 4d7fc36c2..f8a61d2fb 100644 --- a/app/javascript/flavours/glitch/features/ui/components/link_footer.js +++ b/app/javascript/flavours/glitch/features/ui/components/link_footer.js @@ -60,6 +60,7 @@ class LinkFooter extends React.PureComponent { id='getting_started.open_source_notice' defaultMessage='Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.' values={{ + monsterware: MonsterWare, github: glitch-soc/mastodon (v{version}), Mastodon: Mastodon }} /> diff --git a/app/javascript/mastodon/locales/en-MP.json b/app/javascript/mastodon/locales/en-MP.json index 28edfec63..ba5b276b2 100644 --- a/app/javascript/mastodon/locales/en-MP.json +++ b/app/javascript/mastodon/locales/en-MP.json @@ -140,7 +140,7 @@ "directory.local": "From Monsterpit", "empty_column.community": "The Monsterpit timeline is empty. Write something publicly to get the ball rolling!", "error.unexpected_crash.next_steps": "Try refreshing the page. If that does not help, you may still be able to use Monsterpit through a different browser or native app.", - "getting_started.open_source_notice": "Monsterfork is open source software. You can contribute or report issues on Monsterware.", + "getting_started.open_source_notice": "Monsterfork is open source software. If you'd like to explore its code, you may visit the repository on {monsterware}.", "introduction.federation.local.headline": "Monsterpit", "introduction.federation.local.text": "Public roars from people on Monsterpit will appear in the Monsterpit timeline.", "keyboard_shortcuts.local": "to open Monsterpit timeline", -- cgit