diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/FeedCard.tsx | 2 | ||||
-rw-r--r-- | src/view/com/feeds/FeedSourceCard.tsx | 2 |
2 files changed, 2 insertions, 2 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?`, )} diff --git a/src/view/com/feeds/FeedSourceCard.tsx b/src/view/com/feeds/FeedSourceCard.tsx index b0b608f17..3a658755a 100644 --- a/src/view/com/feeds/FeedSourceCard.tsx +++ b/src/view/com/feeds/FeedSourceCard.tsx @@ -314,7 +314,7 @@ export function FeedSourceCardLoaded({ <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 ${feed.displayName} from your feeds?`, )} |