about summary refs log tree commit diff
path: root/app/assets/javascripts/components/locales
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-19 21:49:14 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-19 21:49:14 +0100
commit6b4ef92c6fbf8b63c1ed8314bc230350eff340b1 (patch)
treec334ee6d4340379e232fc7f2cccdb797d9e05b31 /app/assets/javascripts/components/locales
parentc50256d25c47110119ea3386050040c916f2cf83 (diff)
Adjust naming of public timeline -> "local timeline" vs "whole known network"
Diffstat (limited to 'app/assets/javascripts/components/locales')
-rw-r--r--app/assets/javascripts/components/locales/en.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx
index cf01a59b8..e9e18a527 100644
--- a/app/assets/javascripts/components/locales/en.jsx
+++ b/app/assets/javascripts/components/locales/en.jsx
@@ -28,13 +28,13 @@ const en = {
   "getting_started.about_developer": "The developer of this project can be followed as Gargron@mastodon.social",
   "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on github at {github}.",
   "column.home": "Home",
-  "column.community": "Public",
+  "column.community": "Local",
   "column.public": "Whole Known Network",
   "column.notifications": "Notifications",
   "tabs_bar.compose": "Compose",
   "tabs_bar.home": "Home",
   "tabs_bar.mentions": "Mentions",
-  "tabs_bar.public": "Public",
+  "tabs_bar.public": "Whole Known Network",
   "tabs_bar.notifications": "Notifications",
   "compose_form.placeholder": "What is on your mind?",
   "compose_form.publish": "Toot",
@@ -45,7 +45,7 @@ const en = {
   "compose_form.unlisted": "Do not display in public timeline",
   "navigation_bar.edit_profile": "Edit profile",
   "navigation_bar.preferences": "Preferences",
-  "navigation_bar.community_timeline": "Public timeline",
+  "navigation_bar.community_timeline": "Local timeline",
   "navigation_bar.public_timeline": "Whole Known Network",
   "navigation_bar.logout": "Logout",
   "reply_indicator.cancel": "Cancel",