Propose changing "Other teams" to "Outside this team" (#2969)

* Update sidebar.jsx

* Added "Outside this team"
This commit is contained in:
it33
2016-05-11 11:08:38 -07:00
committed by Christopher Speller
parent 3928535456
commit 7babccfa51
2 changed files with 2 additions and 2 deletions

View File

@@ -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>);

View File

@@ -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. Theyre 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>",