From cb42dd8497a88523b4a1395a61027f0ee9af78d6 Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Tue, 8 Aug 2017 21:42:29 +0200 Subject: 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 --- app/javascript/glitch/locales/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/glitch') 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}.", -- cgit