diff options
Diffstat (limited to 'src/screens/Profile/components/ProfileFeedHeader.tsx')
-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" |