From b3343c210a736d04470b6b0cc20ec71aed576333 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 7 Sep 2022 15:04:34 -0500 Subject: [PATCH] more "bet" => "trade" --- web/components/play-money-disclaimer.tsx | 2 +- web/components/sign-up-prompt.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/play-money-disclaimer.tsx b/web/components/play-money-disclaimer.tsx index a3bda242..860075d0 100644 --- a/web/components/play-money-disclaimer.tsx +++ b/web/components/play-money-disclaimer.tsx @@ -2,7 +2,7 @@ import { InfoBox } from './info-box' export const PlayMoneyDisclaimer = () => ( diff --git a/web/components/sign-up-prompt.tsx b/web/components/sign-up-prompt.tsx index 5ade4c1f..239fb4ad 100644 --- a/web/components/sign-up-prompt.tsx +++ b/web/components/sign-up-prompt.tsx @@ -19,7 +19,7 @@ export function BetSignUpPrompt(props: { size={size} color="gradient" > - {label ?? 'Sign up to bet!'} + {label ?? 'Sign up to trade!'} ) : null }