Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Aug 2, 2024
1 parent 3e1a031 commit 104d7c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
1 change: 0 additions & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@
"1548745350": "Deriv Prime is the institutional arm of Deriv Group, and staying true to its guiding principles, effectively democratises liquidity provision to financial institutions. No matter if you are large, small, or have just started, Deriv Prime will provide top-of-book liquidity solutions with very fast execution at unmatched fair pricing and conditions.",
"1549352292": "With turbo options, you need to define a barrier before opening a contract. If the spot price touches or breaches this barrier at any time throughout the contract duration, your contract will expire worthless. This means that you will not receive a payout and will lose your initial stake amount. To compensate for this risk, turbo options will have a higher payout per point and potential payout, depending on how far the selected barrier is from the opening spot price. Another difference to note is that trading turbo options carries more risk than trading vanilla options.",
"1549497379": "High leverage, tight forex spreads",
"1549777785": "Affiliates & introduction brokers (IBs)",
"1550413103": "checklist",
"1550574351": "Let’s say you want to keep two lots of EUR/USD with a point value of 0.00001 and swap rate of -0.12 open for one night.",
"1551172020": "AUD Basket",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import useBuildVariant from 'features/hooks/use-build-variant'
type ColProps = {
Icon: string
content: TString
title: TString | string
link_title: TString | string
title: TString
link_title: TString
url: string
}

Expand Down Expand Up @@ -65,14 +65,6 @@ const BusinessGrid = () => {

const { region } = useBuildVariant();
const language = getLanguage();

const title = region === "row"
? "_t_Affiliates & introduction brokers (IBs)_t_"
: "Affiliates";

const link_title = region === "row"
? "_t_Affiliates & introduction brokers (IBs)_t_"
: "Affiliates";

let general_terms_url_region, affiliate_brokers_url_region, api_user_url_region, bug_bounty_url_region;

Expand Down Expand Up @@ -113,13 +105,13 @@ const BusinessGrid = () => {
url={general_terms_url_region}
link_title="_t_General terms of use_t_"
/>
<Col
Icon={Partners}
title={region === "row" ? "_t_Affiliates & introducing brokers (IBs)_t_" : "Affiliates"}
content="_t_Additional terms for our affiliates and introducing brokers_t_"
url={affiliate_brokers_url_region}
link_title={link_title}
/>
<Col
Icon={Partners}
title="_t_Affiliates & introducing brokers (IBs)_t_"
content="_t_Additional terms for our affiliates and introducing brokers_t_"
url={affiliate_brokers_url_region}
link_title="_t_Affiliates & introducing brokers (IBs)_t_"
/>

<PartnersGuidePdf />
{region === "row" && (
Expand Down

0 comments on commit 104d7c6

Please sign in to comment.