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
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.`,
)}
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}