diff --git a/src/shared/components/modlog.tsx b/src/shared/components/modlog.tsx
index 5b47f924..ca1cb332 100644
--- a/src/shared/components/modlog.tsx
+++ b/src/shared/components/modlog.tsx
@@ -312,6 +312,7 @@ function renderModlogType({ type_, view }: ModlogType) {
const {
mod_feature_post: { featured, is_featured_community },
post: { id, name },
+ community,
} = view as ModFeaturePostView;
return (
@@ -320,7 +321,12 @@ function renderModlogType({ type_, view }: ModlogType) {
Post {name}
- {is_featured_community ? " In Community" : " In Local"}
+
+ {is_featured_community
+ ? " in community "
+ : " in Local, from community "}
+
+
>
);
}
@@ -532,7 +538,7 @@ function renderModlogType({ type_, view }: ModlogType) {
return (
<>
- Purged a Post from from
+ Purged a Post from
{reason && (