Better copy for "must be signed in" message (#9602)
This commit is contained in:
@@ -108,9 +108,9 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<meta property="og:title" content="@{{ profileHandle }}">
|
<meta property="og:title" content="@{{ profileHandle }}">
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
<meta name="description" content="This post requires authentication to view.">
|
<meta name="description" content="This author has chosen to make their posts visible only to people who are signed in.">
|
||||||
<meta property="og:description" content="This post requires authentication to view.">
|
<meta property="og:description" content="This author has chosen to make their posts visible only to people who are signed in.">
|
||||||
<meta property="twitter:description" content="This post requires authentication to view.">
|
<meta property="twitter:description" content="This author has chosen to make their posts visible only to people who are signed in.">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
<div id="bsky_post_summary">
|
<div id="bsky_post_summary">
|
||||||
<h3>Post</h3>
|
<h3>Post</h3>
|
||||||
<p id="bsky_handle">{{ profileHandle }}</p>
|
<p id="bsky_handle">{{ profileHandle }}</p>
|
||||||
<p id="bsky_post_text">This post requires authentication to view.</p>
|
<p id="bsky_post_text">This author has chosen to make their posts visible only to people who are signed in.</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|||||||
@@ -24,7 +24,10 @@ export function ThreadItemAnchorNoUnauthenticated() {
|
|||||||
|
|
||||||
<View style={[a.py_sm]}>
|
<View style={[a.py_sm]}>
|
||||||
<Text style={[a.text_xl, a.italic, t.atoms.text_contrast_medium]}>
|
<Text style={[a.text_xl, a.italic, t.atoms.text_contrast_medium]}>
|
||||||
<Trans>You must sign in to view this post.</Trans>
|
<Trans>
|
||||||
|
This author has chosen to make their posts visible only to people
|
||||||
|
who are signed in.
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -44,7 +44,10 @@ export function ThreadItemPostNoUnauthenticated({
|
|||||||
</Skele.Circle>
|
</Skele.Circle>
|
||||||
|
|
||||||
<Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}>
|
<Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}>
|
||||||
<Trans>You must sign in to view this post.</Trans>
|
<Trans>
|
||||||
|
This author has chosen to make their posts visible only to people
|
||||||
|
who are signed in.
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</Skele.Row>
|
</Skele.Row>
|
||||||
<View
|
<View
|
||||||
|
|||||||
Reference in New Issue
Block a user