Tweak accessibility label and add translation comment (#7843)
* make label clearer * add translation comment
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user