Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak accessibility label and add translation comment (#7843)

* make label clearer

* add translation comment

authored by

surfdude29 and committed by
GitHub
b996b304 ec75cbc0

+4 -2
+1 -1
src/screens/Profile/components/ProfileFeedHeader.tsx
··· 498 498 <View style={[a.flex_row, a.gap_sm, a.align_center, a.pt_sm]}> 499 499 <Button 500 500 disabled={isLikePending || isUnlikePending} 501 - label={_(msg`Like feed`)} 501 + label={_(msg`Like this feed`)} 502 502 size="small" 503 503 variant="solid" 504 504 color="secondary"
+3 -1
src/view/com/auth/SplashScreen.web.tsx
··· 175 175 <InlineLinkText 176 176 label={_(msg`See jobs at Bluesky`)} 177 177 to="https://bsky.social/about/join"> 178 - <Trans>Jobs</Trans> 178 + <Trans comment="Link to a page with job openings at Bluesky"> 179 + Jobs 180 + </Trans> 179 181 </InlineLinkText> 180 182 181 183 <View style={a.flex_1} />