summaryrefslogtreecommitdiffstats
path: root/webapp/components/sidebar.jsx
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/components/sidebar.jsx
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/components/sidebar.jsx')
-rw-r--r--webapp/components/sidebar.jsx2
1 files changed, 1 insertions, 1 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>);