diff options
author | Starfall <us@starfall.systems> | 2022-01-31 13:18:12 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-01-31 13:18:12 -0600 |
commit | 88005748e7f368cfbd829615915582c146ea8533 (patch) | |
tree | f08e1607d610ccfe5e83d69d995c28695b5c1949 /app/javascript/flavours | |
parent | 17265f47f8f931e70699088dd8bd2a1c7b78112b (diff) |
fix missing comma
Diffstat (limited to 'app/javascript/flavours')
-rwxr-xr-x | app/javascript/flavours/glitch/locales/en-cafe.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/locales/en-cafe.js b/app/javascript/flavours/glitch/locales/en-cafe.js index 48aa9edb6..ea902c8aa 100755 --- a/app/javascript/flavours/glitch/locales/en-cafe.js +++ b/app/javascript/flavours/glitch/locales/en-cafe.js @@ -2,7 +2,7 @@ import base_english from 'flavours/glitch/locales/en'; import inherited from 'mastodon/locales/en-cafe.json'; const messages = { - 'getting_started.open_source_notice': 'GlitchCafé is free open source software, based on {Glitchsoc} which is a friendly fork of {Mastodon}. You can see our source code on {github} and report bugs, request features, or contribute by emailing {admin}.' + 'getting_started.open_source_notice': 'GlitchCafé is free open source software, based on {Glitchsoc} which is a friendly fork of {Mastodon}. You can see our source code on {github} and report bugs, request features, or contribute by emailing {admin}.', 'onboarding.page_six.github': '{domain} runs on GlitchCafé, which is based on {Glitchsoc}, a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. GlitchCafé is free open-source software. You can view the source code on {github} and report bugs, request features, or contribute to the code by emailing {admin}.', }; |