diff options
author | Starfall <us@starfall.systems> | 2020-08-12 21:52:23 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-08-12 21:52:23 -0500 |
commit | 9b44db1c6b99fd22330d2ce93475ec55f80ce531 (patch) | |
tree | 4bd7660c0a93eab4da1dd3523ca6aa912fb5f315 /app/javascript/flavours | |
parent | 6b5d9cb83b86e6c9721cb4b4b4cec6a473c824cb (diff) |
Reword source code link
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/locales/en.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/locales/en.js b/app/javascript/flavours/glitch/locales/en.js index 528875e45..699affd70 100644 --- a/app/javascript/flavours/glitch/locales/en.js +++ b/app/javascript/flavours/glitch/locales/en.js @@ -1,7 +1,7 @@ import inherited from 'mastodon/locales/en.json'; const messages = { - 'getting_started.open_source_notice': 'GlitchCafe is free open source software forked from {Glitchsoc} and {Mastodon}. You can contribute or report issues on GitHub at {github}.', + 'getting_started.open_source_notice': 'GlitchCafe is free open source software based on {Glitchsoc} and {Mastodon}. You can see our source code on GitHub at {github}.', 'layout.auto': 'Auto', 'layout.current_is': 'Your current layout is:', 'layout.desktop': 'Desktop', |