more "bet" => "trade"

This commit is contained in:
mantikoros 2022-09-07 15:04:34 -05:00
parent b4e0e9ebc0
commit b3343c210a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { InfoBox } from './info-box'
export const PlayMoneyDisclaimer = () => (
<InfoBox
title="Play-money betting"
title="Play-money trading"
className="mt-4 max-w-md"
text="Mana (M$) is the play-money used by our platform to keep track of your trades. It's completely free for you and your friends to get started!"
/>

View File

@ -19,7 +19,7 @@ export function BetSignUpPrompt(props: {
size={size}
color="gradient"
>
{label ?? 'Sign up to bet!'}
{label ?? 'Sign up to trade!'}
</Button>
) : null
}