diff --git a/app/views/CreateDiscussionView/index.tsx b/app/views/CreateDiscussionView/index.tsx index 9ce8e1fbe..af59b3150 100644 --- a/app/views/CreateDiscussionView/index.tsx +++ b/app/views/CreateDiscussionView/index.tsx @@ -23,6 +23,7 @@ import { ICreateChannelViewProps, IResult, IError, ICreateChannelViewState } fro import { IApplicationState, ISearchLocal, ISubscription } from '../../definitions'; import { E2E_ROOM_TYPES, SWITCH_TRACK_COLOR, themes } from '../../lib/constants'; import { getRoomTitle, showErrorAlert } from '../../lib/methods/helpers'; +import * as List from '../../containers/List'; class CreateChannelView extends React.Component { private channel: ISubscription; @@ -180,8 +181,13 @@ class CreateChannelView extends React.Component {this.isEncryptionEnabled ? ( <> - {I18n.t('Encrypted')} - + ( + + )} + /> ) : null}