From 3e1e1ba00e60c7d4fe93f2e8e2d94cfc1385815f Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Mon, 29 Dec 2025 01:38:04 -0800 Subject: [PATCH] Better copy for "must be signed in" message (#9602) --- bskyweb/templates/post.html | 8 ++++---- .../components/ThreadItemAnchorNoUnauthenticated.tsx | 5 ++++- .../components/ThreadItemPostNoUnauthenticated.tsx | 5 ++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index 5c7c844e61..6b6516288f 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -108,9 +108,9 @@ {% else %} {% endif -%} - - - + + + {% endif -%} {%- endblock %} @@ -129,7 +129,7 @@

Post

{{ profileHandle }}

-

This post requires authentication to view.

+

This author has chosen to make their posts visible only to people who are signed in.

{% endif -%} {%- endblock %} diff --git a/src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx b/src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx index c8477e211f..ad91eee534 100644 --- a/src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx @@ -24,7 +24,10 @@ export function ThreadItemAnchorNoUnauthenticated() { - You must sign in to view this post. + + This author has chosen to make their posts visible only to people + who are signed in. + diff --git a/src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx b/src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx index 552d8f813e..aa70048b6d 100644 --- a/src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx +++ b/src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx @@ -44,7 +44,10 @@ export function ThreadItemPostNoUnauthenticated({ - You must sign in to view this post. + + This author has chosen to make their posts visible only to people + who are signed in. +