Skip to content

Commit

Permalink
fix: signup text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Dec 6, 2023
1 parent f7fa6da commit 8395d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@
"590858519": "Say goodbye to overnight charges, keep your positions open for as long as you want.*",
"591295543": "Dynamic tiers ⁠— Stock indices",
"591710014": "Why trade baskets on Deriv",
"592964176": "Join over 2.5 million traders",
"595022058": "100",
"595278941": "Asset price",
"595722471": "Return to player (RTP) % for lookbacks for a multiplier of 1 and 1m duration is around 87% on average.",
Expand Down
6 changes: 2 additions & 4 deletions src/features/pages/signup/form-container/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ const SignUpFormContainer = () => {
className={signup_form_container}
>
<Typography.Heading size={is_mobile_or_tablet ? 'small' : 'xs'}>
<Localize translate_text="_t_Sign up_t_" />
<Localize translate_text="_t_Join over 2.5 million traders_t_" />
</Typography.Heading>
<Typography.Paragraph size={is_mobile_or_tablet ? 'large' : 'medium'}>
<Localize translate_text="_t_Enter your email address to begin_t_" />
</Typography.Paragraph>

<SignUpPageForm />
<Typography.Paragraph textcolor="secondary" size={is_mobile_or_tablet ? 'small' : 'xs'}>
<Localize
Expand Down

0 comments on commit 8395d8f

Please sign in to comment.