diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Profile/components/ProfileFeedHeader.tsx | 2 | ||||
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/screens/Profile/components/ProfileFeedHeader.tsx b/src/screens/Profile/components/ProfileFeedHeader.tsx index cf305ac4d..076e73ff9 100644 --- a/src/screens/Profile/components/ProfileFeedHeader.tsx +++ b/src/screens/Profile/components/ProfileFeedHeader.tsx @@ -498,7 +498,7 @@ function DialogInner({ <View style={[a.flex_row, a.gap_sm, a.align_center, a.pt_sm]}> <Button disabled={isLikePending || isUnlikePending} - label={_(msg`Like feed`)} + label={_(msg`Like this feed`)} size="small" variant="solid" color="secondary" diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index 21b289e2c..30ebb391f 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -175,7 +175,9 @@ function Footer() { <InlineLinkText label={_(msg`See jobs at Bluesky`)} to="https://bsky.social/about/join"> - <Trans>Jobs</Trans> + <Trans comment="Link to a page with job openings at Bluesky"> + Jobs + </Trans> </InlineLinkText> <View style={a.flex_1} /> |