Tweak prompt title text when removing a feed (#7824)
This commit is contained in:
@@ -307,7 +307,7 @@ function SaveButtonInner({
|
|||||||
|
|
||||||
<Prompt.Basic
|
<Prompt.Basic
|
||||||
control={removePromptControl}
|
control={removePromptControl}
|
||||||
title={_(msg`Remove from my feeds?`)}
|
title={_(msg`Remove from your feeds?`)}
|
||||||
description={_(
|
description={_(
|
||||||
msg`Are you sure you want to remove this from your feeds?`,
|
msg`Are you sure you want to remove this from your feeds?`,
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ export function FeedSourceCardLoaded({
|
|||||||
|
|
||||||
<Prompt.Basic
|
<Prompt.Basic
|
||||||
control={removePromptControl}
|
control={removePromptControl}
|
||||||
title={_(msg`Remove from my feeds?`)}
|
title={_(msg`Remove from your feeds?`)}
|
||||||
description={_(
|
description={_(
|
||||||
msg`Are you sure you want to remove ${feed.displayName} from your feeds?`,
|
msg`Are you sure you want to remove ${feed.displayName} from your feeds?`,
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user