about summary refs log tree commit diff
path: root/src
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
parent7c14b54ab2f5b4ec2d7aadce8d8aaa23a5428b58 (diff)
downloadvoidsky-3f879f031508226a962acb846132d3160eaa76df.tar.zst
Tweak prompt title text when removing a feed (#7824)
Diffstat (limited to 'src')
-rw-r--r--src/components/FeedCard.tsx2
-rw-r--r--src/view/com/feeds/FeedSourceCard.tsx2
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?`,
         )}