diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-08-08 21:42:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 21:42:29 +0200 |
commit | cb42dd8497a88523b4a1395a61027f0ee9af78d6 (patch) | |
tree | f2756ec9706a67d352bff6f908511c6dfe5fb158 /app/javascript/glitch/locales | |
parent | 4dc0ddc601084f75d20018582b56025149d00f9c (diff) |
Fix onboarding modal & add re-open button (#129)
* Added a button to open the onboarding modal * Fixed onboarding modal * added a show-me-around getting-started menu button
Diffstat (limited to 'app/javascript/glitch/locales')
-rw-r--r-- | app/javascript/glitch/locales/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/glitch/locales/en.json b/app/javascript/glitch/locales/en.json index 7ec381de1..18e412356 100644 --- a/app/javascript/glitch/locales/en.json +++ b/app/javascript/glitch/locales/en.json @@ -5,6 +5,7 @@ "layout.desktop": "Desktop", "layout.mobile": "Mobile", "navigation_bar.app_settings": "App settings", + "getting_started.onboarding": "Show me around", "onboarding.page_one.federation": "{domain} is an 'instance' of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.", "onboarding.page_one.welcome": "Welcome to {domain}!", "onboarding.page_six.github": "{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}, and is compatible with any Mastodon instance or app. Glitchsoc is entirely free and open-source. You can report bugs, request features, or contribute to the code on {github}.", |