diff --git a/ts/components/session/LeftPaneContactSection.tsx b/ts/components/session/LeftPaneContactSection.tsx index 4132f32c0..99ef79514 100644 --- a/ts/components/session/LeftPaneContactSection.tsx +++ b/ts/components/session/LeftPaneContactSection.tsx @@ -81,7 +81,8 @@ export class LeftPaneContactSection extends React.Component { public renderHeader(): JSX.Element | undefined { const { receivedFriendRequestCount } = this.props; - const labels = [window.i18n('contactsHeader'), window.i18n('lists')]; + // The feature "organize your friends as custom list" is not included in the first release + const labels = [window.i18n('contactsHeader')/*, window.i18n('lists')*/]; return LeftPane.RENDER_HEADER( labels,