Skip to content

Commit

Permalink
fix: changed cfd loss for EU desclaimer (#12739)
Browse files Browse the repository at this point in the history
Co-authored-by: Mahdiyeh Amirkhani <mahdiyehamirkhani@Mahdiyeh-Amirkhanis-Mac-J79XQHKXVJ-Standard.local>
  • Loading branch information
mahdiyeh-deriv and Mahdiyeh Amirkhani committed Jan 8, 2024
1 parent 7ef1905 commit edb23ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DisclaimerLocalizedText = ({ is_wallet }: TDisclaimerLocalizedText) =>
) : (
<Localize
i18n_default_text={
'<0>EU statutory disclaimer</0>: CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. <0>73% of retail investor accounts lose money when trading CFDs with this provider</0>. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money.'
'<0>EU statutory disclaimer</0>: CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. <0>70.1% of retail investor accounts lose money when trading CFDs with this provider</0>. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money.'
}
components={[<strong key={0} />]}
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/appstore/src/modules/traders-hub/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const TradersHub = observer(() => {
<div data-testid='dt_traders_hub_disclaimer' className='disclaimer'>
<Text align='left' className='disclaimer-text' size={is_mobile ? 'xxxs' : 'xs'}>
<Localize
i18n_default_text='<0>EU statutory disclaimer</0>: CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. <0>71% of retail investor accounts lose money when trading CFDs with this provider</0>. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money.'
i18n_default_text='<0>EU statutory disclaimer</0>: CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. <0>70.1% of retail investor accounts lose money when trading CFDs with this provider</0>. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money.'
components={[<strong key={0} />]}
/>
</Text>
Expand Down

1 comment on commit edb23ab

@vercel
Copy link

@vercel vercel bot commented on edb23ab Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app-git-master.binary.sx
binary.sx
deriv-app.binary.sx

Please sign in to comment.