diff --git a/client/coral-embed-stream/src/tabs/stream/components/Comment.js b/client/coral-embed-stream/src/tabs/stream/components/Comment.js index 5df119fbc..0983b11c4 100644 --- a/client/coral-embed-stream/src/tabs/stream/components/Comment.js +++ b/client/coral-embed-stream/src/tabs/stream/components/Comment.js @@ -574,7 +574,9 @@ export default class Comment extends React.Component { 'talk-stream-comment-header-tags-container' )} > - {isStaff(comment.tags) ? Staff : null} + {isStaff(comment.tags) ? ( + {t('community.staff')} + ) : null}