diff options
Diffstat (limited to 'src/screens/Search/modules/ExploreInterestsCard.tsx')
-rw-r--r-- | src/screens/Search/modules/ExploreInterestsCard.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/screens/Search/modules/ExploreInterestsCard.tsx b/src/screens/Search/modules/ExploreInterestsCard.tsx index 00a15111a..00014ffc6 100644 --- a/src/screens/Search/modules/ExploreInterestsCard.tsx +++ b/src/screens/Search/modules/ExploreInterestsCard.tsx @@ -40,14 +40,14 @@ export function ExploreInterestsCard() { <> <Prompt.Basic control={trendingPrompt} - title={_(msg`Your interests`)} + title={_(msg`Dismiss interests`)} description={_( - msg`You can adjust your interests at any time from your "Content and media" settings.`, + msg`You can adjust your interests at any time from "Content and media" settings.`, )} confirmButtonCta={_( msg({ - message: `Copy that!`, - comment: `Confirm button text. Can be a short cheeky phrase that means "OK" e.g. "Copy that!"`, + message: `OK`, + comment: `Confirm button text.`, }), )} onConfirm={onConfirmClose} |