Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork

Better copy for "must be signed in" message (#9602)

authored by Alex Benzer and committed by GitHub 3e1e1ba0 699fdbac

Changed files
+12 -6
bskyweb
templates
src
+4 -4
bskyweb/templates/post.html
··· 108 108 {% else %} 109 109 <meta property="og:title" content="@{{ profileHandle }}"> 110 110 {% endif -%} 111 - <meta name="description" content="This post requires authentication to view."> 112 - <meta property="og:description" content="This post requires authentication to view."> 113 - <meta property="twitter:description" content="This post requires authentication to view."> 111 + <meta name="description" content="This author has chosen to make their posts visible only to people who are signed in."> 112 + <meta property="og:description" content="This author has chosen to make their posts visible only to people who are signed in."> 113 + <meta property="twitter:description" content="This author has chosen to make their posts visible only to people who are signed in."> 114 114 <meta name="twitter:card" content="summary"> 115 115 {% endif -%} 116 116 {%- endblock %} ··· 129 129 <div id="bsky_post_summary"> 130 130 <h3>Post</h3> 131 131 <p id="bsky_handle">{{ profileHandle }}</p> 132 - <p id="bsky_post_text">This post requires authentication to view.</p> 132 + <p id="bsky_post_text">This author has chosen to make their posts visible only to people who are signed in.</p> 133 133 </div> 134 134 {% endif -%} 135 135 {%- endblock %}
+4 -1
src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx
··· 24 24 25 25 <View style={[a.py_sm]}> 26 26 <Text style={[a.text_xl, a.italic, t.atoms.text_contrast_medium]}> 27 - <Trans>You must sign in to view this post.</Trans> 27 + <Trans> 28 + This author has chosen to make their posts visible only to people 29 + who are signed in. 30 + </Trans> 28 31 </Text> 29 32 </View> 30 33 </View>
+4 -1
src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx
··· 44 44 </Skele.Circle> 45 45 46 46 <Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}> 47 - <Trans>You must sign in to view this post.</Trans> 47 + <Trans> 48 + This author has chosen to make their posts visible only to people 49 + who are signed in. 50 + </Trans> 48 51 </Text> 49 52 </Skele.Row> 50 53 <View