about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/defaultMessages.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r--app/javascript/mastodon/locales/defaultMessages.json20
1 files changed, 16 insertions, 4 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json
index 06096125b..04a149263 100644
--- a/app/javascript/mastodon/locales/defaultMessages.json
+++ b/app/javascript/mastodon/locales/defaultMessages.json
@@ -652,12 +652,24 @@
         "id": "navigation_bar.info"
       },
       {
-        "defaultMessage": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}. {apps}.",
-        "id": "getting_started.open_source_notice"
+        "defaultMessage": "{faq} • {userguide} • {apps}",
+        "id": "getting_started.support"
+      },
+      {
+        "defaultMessage": "FAQ",
+        "id": "getting_started.faq"
+      },
+      {
+        "defaultMessage": "User Guide",
+        "id": "getting_started.userguide"
+      },
+      {
+        "defaultMessage": "Apps",
+        "id": "getting_started.appsshort"
       },
       {
-        "defaultMessage": "Various apps are available",
-        "id": "getting_started.apps"
+        "defaultMessage": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
+        "id": "getting_started.open_source_notice"
       }
     ],
     "path": "app/javascript/mastodon/features/getting_started/index.json"