X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fcomponents%2Fpost%2Fpost-listing.tsx;h=4d8e1094a420bb24e1fca0b00d5808e9d6863f9e;hb=8837cf568e63a034bbb32708768fb21f7e02fccc;hp=137ded9e80626b20ab5b81d264301ec1161df1af;hpb=7b96c89dcb8efab1109b87a7f4137182fe35a1fb;p=lemmy-ui.git diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 137ded9..4d8e109 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -327,13 +327,13 @@ export class PostListing extends Component { {this.creatorIsMod_ && ( - {i18n.t("mod")} + {i18n.t("mod")} )} {this.creatorIsAdmin_ && ( - {i18n.t("admin")} + {i18n.t("admin")} )} {post_view.creator.bot_account && ( - + {i18n.t("bot_account").toLowerCase()} )} @@ -345,7 +345,7 @@ export class PostListing extends Component { )} {post_view.post.language_id !== 0 && ( - + { this.props.allLanguages.find( lang => lang.id === post_view.post.language_id