Solidification of minor changes w appview injections

pull/740/head
Vincent 5 years ago
parent ff7d2468ca
commit 4a6ed12992

@ -2660,6 +2660,9 @@
"channels": {
"message": "Channels"
},
"groups": {
"message": "Groups"
},
"addChannel": {
"message": "Join Open Group"
},

@ -165,7 +165,7 @@ export class LeftPaneChannelSection extends React.Component<Props, State> {
}
public renderHeader(): JSX.Element {
const labels = [window.i18n('channels')];
const labels = [window.i18n('groups')];
return LeftPane.RENDER_HEADER(labels, null);
}

Loading…
Cancel
Save