summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-05-11 11:08:38 -0700
committerChristopher Speller <crspeller@gmail.com>2016-05-11 14:08:38 -0400
commit7babccfa511995708ac3eab1efeb5f2bfcf7455e (patch)
treece0db1cfecdc36c6b386e5e36b5edde1d50bd5dd /webapp
parent3928535456f9fcb025ed86edeb4d258f2c524150 (diff)
downloadchat-7babccfa511995708ac3eab1efeb5f2bfcf7455e.tar.gz
chat-7babccfa511995708ac3eab1efeb5f2bfcf7455e.tar.bz2
chat-7babccfa511995708ac3eab1efeb5f2bfcf7455e.zip
Propose changing "Other teams" to "Outside this team" (#2969)
* Update sidebar.jsx * Added "Outside this team"
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/sidebar.jsx2
-rw-r--r--webapp/i18n/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx
index 3bfe47393..a03e3e215 100644
--- a/webapp/components/sidebar.jsx
+++ b/webapp/components/sidebar.jsx
@@ -514,7 +514,7 @@ export default class Sidebar extends React.Component {
<div className='sidebar__divider__text'>
<FormattedMessage
id='sidebar.otherMembers'
- defaultMessage='Other teams'
+ defaultMessage='Outside this team:'
/>
</div>
</div>);
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index b622c9ab1..cfa4d9e25 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": "<h4>Channels</h4><p><strong>Channels</strong> organize conversations across different topics. They’re open to everyone on your team. To send private communications use <strong>Direct Messages</strong> for a single person or <strong>Private Groups</strong> for multiple people.</p>",