about summary refs log tree commit diff
path: root/app/javascript
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-04-28 12:44:48 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit1a1242905104f23daa783b7470db5697bde97967 (patch)
treef9f98b62c1a301f4be84499c87c12131a86bf674 /app/javascript
parent1e2977256cead2a12189687c568daf7b55830561 (diff)
Correct name broken by automated nomenclature replacement.
Diffstat (limited to 'app/javascript')
-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 57529472f..fe961a9cb 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': 'Glitchsoc is free open source software forked from {Monsterpit}. You can contribute or report issues on GitHub at {github}.',
+  'getting_started.open_source_notice': 'Glitchsoc is free open source software forked from {Mastodon}. You can contribute or report issues on GitHub at {github}.',
   'layout.auto': 'Auto',
   'layout.current_is': 'Your current layout is:',
   'layout.desktop': 'Desktop',