diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 0fe43e2..c0d9d31 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -315,28 +315,28 @@ export class CommentNode extends Component { )} {this.isPostCreator && ( -
{I18NextService.i18n.t("op")} -
+ )} {isMod_ && ( -
+ {I18NextService.i18n.t("mod")} -
+ )} {isAdmin_ && ( -
+ {I18NextService.i18n.t("admin")} -
+ )} {cv.creator.bot_account && ( -
+ {I18NextService.i18n.t("bot_account").toLowerCase()} -
+ )} {this.props.showCommunity && ( <>