Fix channels category in jump to filter (#1207)

This commit is contained in:
enahum 2017-11-27 18:02:11 -03:00 committed by Harrison Healey
parent e19c76cc4c
commit dbe3fab980
2 changed files with 2 additions and 1 deletions

View file

@ -147,7 +147,7 @@ class FilteredList extends Component {
},
channels: {
builder: this.buildChannelsForSearch,
id: 'sidebar.channels',
id: 'mobile.channel_list.channels',
defaultMessage: 'CHANNELS'
},
dms: {

View file

@ -1923,6 +1923,7 @@
"mobile.channel_list.alertNo": "No",
"mobile.channel_list.alertTitleLeaveChannel": "Leave {term}",
"mobile.channel_list.alertYes": "Yes",
"mobile.channel_list.channels": "CHANNELS",
"mobile.channel_list.closeDM": "Close Direct Message",
"mobile.channel_list.closeGM": "Close Group Message",
"mobile.channel_list.dm": "Direct Message",