Tweak prompt title text when removing a feed (#7824)

This commit is contained in:
surfdude29
2025-02-24 21:04:01 +00:00
committed by GitHub
parent 7c14b54ab2
commit 3f879f0315
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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?`,
)}
+1 -1
View File
@@ -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?`,
)}