From 7babccfa511995708ac3eab1efeb5f2bfcf7455e Mon Sep 17 00:00:00 2001 From: it33 Date: Wed, 11 May 2016 11:08:38 -0700 Subject: [PATCH] Propose changing "Other teams" to "Outside this team" (#2969) * Update sidebar.jsx * Added "Outside this team" --- webapp/components/sidebar.jsx | 2 +- webapp/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx index 3bfe473937..a03e3e215c 100644 --- a/webapp/components/sidebar.jsx +++ b/webapp/components/sidebar.jsx @@ -514,7 +514,7 @@ export default class Sidebar extends React.Component {
); diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index b622c9ab10..cfa4d9e25b 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1130,7 +1130,7 @@ "sidebar.direct": "Direct Messages", "sidebar.more": "More", "sidebar.moreElips": "More...", - "sidebar.otherMembers": "Other teams", + "sidebar.otherMembers": "Outside this team", "sidebar.pg": "Private Groups", "sidebar.removeList": "Remove from list", "sidebar.tutorialScreen1": "

Channels

Channels organize conversations across different topics. They’re open to everyone on your team. To send private communications use Direct Messages for a single person or Private Groups for multiple people.

",