From d3ee639a3e88dae0a849e8296df54416ee9dc9b1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 4 Apr 2025 12:31:34 -0500 Subject: [PATCH] Copy --- src/screens/Search/modules/ExploreInterestsCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}