Tweak accessibility label and add translation comment (#7843)

* make label clearer

* add translation comment
This commit is contained in:
surfdude29
2025-02-26 15:36:53 +00:00
committed by GitHub
parent ec75cbc01f
commit b996b304c3
2 changed files with 4 additions and 2 deletions
@@ -498,7 +498,7 @@ function DialogInner({
<View style={[a.flex_row, a.gap_sm, a.align_center, a.pt_sm]}> <View style={[a.flex_row, a.gap_sm, a.align_center, a.pt_sm]}>
<Button <Button
disabled={isLikePending || isUnlikePending} disabled={isLikePending || isUnlikePending}
label={_(msg`Like feed`)} label={_(msg`Like this feed`)}
size="small" size="small"
variant="solid" variant="solid"
color="secondary" color="secondary"
+3 -1
View File
@@ -175,7 +175,9 @@ function Footer() {
<InlineLinkText <InlineLinkText
label={_(msg`See jobs at Bluesky`)} label={_(msg`See jobs at Bluesky`)}
to="https://bsky.social/about/join"> to="https://bsky.social/about/join">
<Trans>Jobs</Trans> <Trans comment="Link to a page with job openings at Bluesky">
Jobs
</Trans>
</InlineLinkText> </InlineLinkText>
<View style={a.flex_1} /> <View style={a.flex_1} />