Update interests copy

This commit is contained in:
Eric Bailey
2025-04-07 13:06:41 -05:00
parent d1c3ae59ec
commit f4c41158a3
@@ -40,14 +40,14 @@ export function ExploreInterestsCard() {
<> <>
<Prompt.Basic <Prompt.Basic
control={trendingPrompt} control={trendingPrompt}
title={_(msg`Your interests`)} title={_(msg`Dismiss interests`)}
description={_( 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 your "Content and media" settings.`,
)} )}
confirmButtonCta={_( confirmButtonCta={_(
msg({ msg({
message: `Copy that!`, message: `OK`,
comment: `Confirm button text. Can be a short cheeky phrase that means "OK" e.g. "Copy that!"`, comment: `Confirm button text.`,
}), }),
)} )}
onConfirm={onConfirmClose} onConfirm={onConfirmClose}