diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-02-24 21:04:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 13:04:01 -0800 |
commit | 3f879f031508226a962acb846132d3160eaa76df (patch) | |
tree | b7da17ea9456ef9b6fcb2372093118feaaa96739 /src/view/com/feeds | |
parent | 7c14b54ab2f5b4ec2d7aadce8d8aaa23a5428b58 (diff) | |
download | voidsky-3f879f031508226a962acb846132d3160eaa76df.tar.zst |
Tweak prompt title text when removing a feed (#7824)
Diffstat (limited to 'src/view/com/feeds')
-rw-r--r-- | src/view/com/feeds/FeedSourceCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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?`, )} |