diff --git a/src/screens/List/ListHiddenScreen.tsx b/src/screens/List/ListHiddenScreen.tsx index 75bea46371..5df1670f4a 100644 --- a/src/screens/List/ListHiddenScreen.tsx +++ b/src/screens/List/ListHiddenScreen.tsx @@ -142,15 +142,18 @@ export function ListHiddenScreen({ Either the creator of this list has blocked you or you have blocked the creator. + ) : isOwner ? ( + + This list – created by you – contains possible violations of + Bluesky's community guidelines in its name or description. + ) : ( - This list - created by{' '} - - {isOwner - ? _(msg`you`) - : sanitizeHandle(list.creator.handle, '@')} + This list – created by{' '} + + {sanitizeHandle(list.creator.handle, '@')} {' '} - - contains possible violations of Bluesky's community guidelines + – contains possible violations of Bluesky's community guidelines in its name or description. )}