about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-08-12 21:52:23 -0500
committerStarfall <us@starfall.systems>2020-08-12 21:52:23 -0500
commit9b44db1c6b99fd22330d2ce93475ec55f80ce531 (patch)
tree4bd7660c0a93eab4da1dd3523ca6aa912fb5f315
parent6b5d9cb83b86e6c9721cb4b4b4cec6a473c824cb (diff)
Reword source code link
-rw-r--r--app/javascript/flavours/glitch/locales/en.js2
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',