diff --git a/src/screens/Search/modules/ExploreInterestsCard.tsx b/src/screens/Search/modules/ExploreInterestsCard.tsx index e88d61a7ba..fde5c3b1e9 100644 --- a/src/screens/Search/modules/ExploreInterestsCard.tsx +++ b/src/screens/Search/modules/ExploreInterestsCard.tsx @@ -46,8 +46,8 @@ export function ExploreInterestsCard() { )} confirmButtonCta={_( msg({ - message: `Roger roger`, - comment: `Confirm button text. Can be a short cheeky phrase that means "OK" e.g. "roger roger" from Star Wars`, + message: `Copy that!`, + comment: `Confirm button text. Can be a short cheeky phrase that means "OK" e.g. "Copy that!"`, }), )} onConfirm={onConfirmClose}