diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-02-26 15:36:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-26 07:36:53 -0800 |
commit | b996b304c35fdaffb10bafdb28c78f1c54e53771 (patch) | |
tree | 768b0e8c86b409be80e0095fde8502b16220a3de /src | |
parent | ec75cbc01f2489f6a97203142cdb6e4788a519a8 (diff) | |
download | voidsky-b996b304c35fdaffb10bafdb28c78f1c54e53771.tar.zst |
Tweak accessibility label and add translation comment (#7843)
* make label clearer * add translation comment
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} /> |