Private Group to Channel (#455)

This commit is contained in:
enahum 2017-04-05 00:19:17 -03:00 committed by GitHub
parent 0737f173d8
commit ed0d608d1f
3 changed files with 3 additions and 3 deletions

View file

@ -209,7 +209,7 @@ class ChannelDrawerList extends Component {
);
data.push(
this.renderTitle(styles, 'sidebar.pg', 'PRIVATE GROUPS', this.createPrivateChannel, privateChannels.length > 0),
this.renderTitle(styles, 'sidebar.pg', 'PRIVATE CHANNELS', this.createPrivateChannel, privateChannels.length > 0),
...privateChannels
);

View file

@ -106,7 +106,7 @@ export const Routes = {
key: 'CreatePrivateChannel',
component: CreateChannel,
navigationProps: {
title: {id: 'mobile.create_channel.private', defaultMessage: 'New Private Group'}
title: {id: 'mobile.create_channel.private', defaultMessage: 'New Private Channel'}
}
},
EditPost: {

View file

@ -1676,7 +1676,7 @@
"mobile.components.select_server_view.proceed": "Proceed",
"mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com",
"mobile.create_channel": "Create",
"mobile.create_channel.private": "New Private Group",
"mobile.create_channel.private": "New Private Channel",
"mobile.create_channel.public": "New Public Channel",
"mobile.custom_list.no_results": "No Results",
"mobile.edit_post.title": "Editing Message",