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/screens/Profile | |
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/screens/Profile')
-rw-r--r-- | src/screens/Profile/components/ProfileFeedHeader.tsx | 2 |
1 files changed, 1 insertions, 1 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" |