about summary refs log tree commit diff
path: root/src/screens/Profile/components/ProfileFeedHeader.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-02-26 15:36:53 +0000
committerGitHub <noreply@github.com>2025-02-26 07:36:53 -0800
commitb996b304c35fdaffb10bafdb28c78f1c54e53771 (patch)
tree768b0e8c86b409be80e0095fde8502b16220a3de /src/screens/Profile/components/ProfileFeedHeader.tsx
parentec75cbc01f2489f6a97203142cdb6e4788a519a8 (diff)
downloadvoidsky-b996b304c35fdaffb10bafdb28c78f1c54e53771.tar.zst
Tweak accessibility label and add translation comment (#7843)
* make label clearer

* add translation comment
Diffstat (limited to 'src/screens/Profile/components/ProfileFeedHeader.tsx')
-rw-r--r--src/screens/Profile/components/ProfileFeedHeader.tsx2
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"