mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Propose changing "Other teams" to "Outside this team" (#2969)
* Update sidebar.jsx * Added "Outside this team"
This commit is contained in:
committed by
Christopher Speller
parent
3928535456
commit
7babccfa51
@@ -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>);
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user