Skip to content

Commit

Permalink
Merge pull request #27 from likhith-deriv/likhith/change-vanilla-trad…
Browse files Browse the repository at this point in the history
…e-description

feat: changed vanilla trade description
  • Loading branch information
akmal-deriv authored Jan 25, 2023
2 parents 31e92f5 + b624cf4 commit 807ba38
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import PropTypes from 'prop-types';
import React from 'react';
import { localize } from '@deriv/translations';
import { Text } from '@deriv/components';
import { localize } from '@deriv/translations';

// Templates are from Binary 1.0, it should be checked if they need change or not and add all of trade types

Expand Down Expand Up @@ -435,17 +435,17 @@ const TradeCategories = ({ category }) => {
</Text>
<Text as='p'>
{localize(
"If you select “Call”, you will earn a payout if the market price is higher than the strike price at the expiry time. Your payout will grow proportionally according to the distance between the market and strike prices. There won't be a payout if the market price is below the strike price at the expiry time."
'If you select “Call”, you will get a payout if the market price is higher than the strike price at the expiry time. Your payout will grow proportionally to the distance between the market and strike prices. You will start making a profit when the payout is higher than your stake. If the market price is equal to or below the strike price at the expiry time, there won’t be a payout.'
)}
</Text>
<Text as='p'>
{localize(
"If you select “Put”, you will earn a payout if the market price is lower than the strike price at the expiry time. Your payout will grow proportionally according to the distance between the market and strike prices. There won't be a payout if the market price is above the strike price at the expiry time."
'If you select “Put”, you will get a payout if the market price is lower than the strike price at the expiry time. Your payout will grow proportionally to the distance between the market and strike prices. You will start making a profit when the payout is higher than your stake. If the market price is equal to or above the strike price at the expiry time, there won’t be a payout.'
)}
</Text>
<Text as='p'>
{localize(
'You will earn a profit if the payout is higher than your stake. You can determine the expiry for your contract by setting the duration or end time.'
'You can determine the expiry of your contract by setting the duration or end time.'
)}
</Text>
</React.Fragment>
Expand Down

0 comments on commit 807ba38

Please sign in to comment.