Fix channels category in jump to filter (#1207)
This commit is contained in:
parent
e19c76cc4c
commit
dbe3fab980
2 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class FilteredList extends Component {
|
|||
},
|
||||
channels: {
|
||||
builder: this.buildChannelsForSearch,
|
||||
id: 'sidebar.channels',
|
||||
id: 'mobile.channel_list.channels',
|
||||
defaultMessage: 'CHANNELS'
|
||||
},
|
||||
dms: {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue