diff --git a/client/coral-embed-stream/src/components/Comment.js b/client/coral-embed-stream/src/components/Comment.js index 48392cc51..f56c2ec0e 100644 --- a/client/coral-embed-stream/src/components/Comment.js +++ b/client/coral-embed-stream/src/components/Comment.js @@ -226,7 +226,7 @@ class Comment extends React.Component { return (
@@ -234,15 +234,15 @@ class Comment extends React.Component {
- + {isStaff(comment.tags) ? Staff : null} {commentIsBest(comment) ? : null } - - + + { (comment.editing && comment.editing.edited) ?  (Edited) diff --git a/client/coral-embed-stream/src/components/Embed.js b/client/coral-embed-stream/src/components/Embed.js index 264b1b2aa..145e8340a 100644 --- a/client/coral-embed-stream/src/components/Embed.js +++ b/client/coral-embed-stream/src/components/Embed.js @@ -42,9 +42,9 @@ export default class Embed extends React.Component {
- - {t('framework.my_profile')} - {t('framework.configure_stream')} + + {t('framework.my_profile')} + {t('framework.configure_stream')} {commentId &&