Skip to content

Commit

Permalink
Mahdiyeh/fix: change market price movements to market movements (#9341)
Browse files Browse the repository at this point in the history
* fix: change market price movements to market movements

* fix: resolve issue

---------

Co-authored-by: Mahdiyeh Amirkhani <mahdiyehamirkhani@Mahdiyeh-Amirkhanis-Mac-J79XQHKXVJ.local>
  • Loading branch information
mahdiyeh-deriv and Mahdiyeh Amirkhani committed Sep 7, 2023
1 parent 41aac08 commit 7729dbe
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 @@ -175,7 +175,7 @@ const StaticDashboard = observer(
/>
) : (
<Localize
i18n_default_text='Earn a range of payouts by correctly predicting market price movements with <0>options</0>, or get the upside of CFDs without risking more than your initial stake with <1>multipliers</1>.'
i18n_default_text='Earn a range of payouts by correctly predicting market movements with <0>options</0>, or get the upside of CFDs without risking more than your initial stake with <1>multipliers</1>.'
components={[
<Text
key={0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const OptionsAndMultipliersListing = () => {
low_risk_cr_non_eu || high_risk_cr || cr_demo ? (
<Text size='xs' line_height='s'>
<Localize
i18n_default_text='Earn a range of payouts by correctly predicting market price movements with <0>options</0>, or get the
i18n_default_text='Earn a range of payouts by correctly predicting market movements with <0>options</0>, or get the
upside of CFDs without risking more than your initial stake with <1>multipliers</1>.'
components={[
<StaticUrl key={0} className='options' href='trade-types/options/' />,
Expand Down

1 comment on commit 7729dbe

@vercel
Copy link

@vercel vercel bot commented on 7729dbe Sep 7, 2023

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.