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

* Update sidebar.jsx

* Added "Outside this team"
Этот коммит содержится в:
it33
2016-05-11 11:08:38 -07:00
коммит произвёл Christopher Speller
родитель 3928535456
Коммит 7babccfa51
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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