Propose changing "Other teams" to "Outside this team" (#2969)
* Update sidebar.jsx * Added "Outside this team"
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
3928535456
Коммит
7babccfa51
@@ -514,7 +514,7 @@ export default class Sidebar extends React.Component {
|
|||||||
<div className='sidebar__divider__text'>
|
<div className='sidebar__divider__text'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='sidebar.otherMembers'
|
id='sidebar.otherMembers'
|
||||||
defaultMessage='Other teams'
|
defaultMessage='Outside this team:'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>);
|
</div>);
|
||||||
|
|||||||
@@ -1130,7 +1130,7 @@
|
|||||||
"sidebar.direct": "Direct Messages",
|
"sidebar.direct": "Direct Messages",
|
||||||
"sidebar.more": "More",
|
"sidebar.more": "More",
|
||||||
"sidebar.moreElips": "More...",
|
"sidebar.moreElips": "More...",
|
||||||
"sidebar.otherMembers": "Other teams",
|
"sidebar.otherMembers": "Outside this team",
|
||||||
"sidebar.pg": "Private Groups",
|
"sidebar.pg": "Private Groups",
|
||||||
"sidebar.removeList": "Remove from list",
|
"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>",
|
"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>",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user