about summary refs log tree commit diff
path: root/src/components/FeedCard.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-02-24 21:04:01 +0000
committerGitHub <noreply@github.com>2025-02-24 13:04:01 -0800
commit3f879f031508226a962acb846132d3160eaa76df (patch)
treeb7da17ea9456ef9b6fcb2372093118feaaa96739 /src/components/FeedCard.tsx
parent7c14b54ab2f5b4ec2d7aadce8d8aaa23a5428b58 (diff)
downloadvoidsky-3f879f031508226a962acb846132d3160eaa76df.tar.zst
Tweak prompt title text when removing a feed (#7824)
Diffstat (limited to 'src/components/FeedCard.tsx')
-rw-r--r--src/components/FeedCard.tsx2
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?`,
         )}