diff --git a/client/coral-embed-stream/src/CommentStream.js b/client/coral-embed-stream/src/CommentStream.js
index d46042df8..753455d8d 100644
--- a/client/coral-embed-stream/src/CommentStream.js
+++ b/client/coral-embed-stream/src/CommentStream.js
@@ -23,10 +23,11 @@ import PermalinkButton from '../../coral-plugin-permalinks/PermalinkButton';
import SignInContainer from '../../coral-sign-in/containers/SignInContainer';
import UserBox from '../../coral-sign-in/components/UserBox';
-import {TabBar, Tab, TabContent, Spinner, Button} from '../../coral-ui';
+import {TabBar, Tab, TabContent, Spinner} from '../../coral-ui';
import SettingsContainer from '../../coral-settings/containers/SettingsContainer';
import RestrictedContent from '../../coral-framework/components/RestrictedContent';
import SuspendedAccount from '../../coral-framework/components/SuspendedAccount';
+import CloseCommentsInfo from '../../coral-framework/components/CloseCommentsInfo';
const {addItem, updateItem, postItem, getStream, postAction, deleteAction, appendItemArray} = itemActions;
const {addNotification, clearNotification} = notificationActions;
@@ -122,10 +123,10 @@ class CommentStream extends Component {
reply={false}
author={user}
/>
- {!loggedIn &&
Comments are closed for this thread.
} + {!loggedIn &&- This comment stream is currently open. By closing this comment stream, - no new comments may be submitted and all previous comments will still - be displayed. -
- -- This comment stream is currently closed. By opening this comment stream, - new comments may be submitted and displayed -
- -+ This comment stream is currently open. By closing this comment stream, + no new comments may be submitted and all previous comments will still + be displayed. +
+ ++ This comment stream is currently closed. By opening this comment stream, + new comments may be submitted and displayed +
+ +