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() {