diff options
Diffstat (limited to 'src/components/FeedCard.tsx')
-rw-r--r-- | src/components/FeedCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FeedCard.tsx b/src/components/FeedCard.tsx index 709d0631d..f7446bc81 100644 --- a/src/components/FeedCard.tsx +++ b/src/components/FeedCard.tsx @@ -307,7 +307,7 @@ function SaveButtonInner({ <Prompt.Basic control={removePromptControl} - title={_(msg`Remove from my feeds?`)} + title={_(msg`Remove from your feeds?`)} description={_( msg`Are you sure you want to remove this from your feeds?`, )} |