diff --git a/src/templates/static/affiliate_ib_landing/type_of_partnership.jsx b/src/templates/static/affiliate_ib_landing/type_of_partnership.jsx index 2fd1896e0ee94..de4261094abed 100644 --- a/src/templates/static/affiliate_ib_landing/type_of_partnership.jsx +++ b/src/templates/static/affiliate_ib_landing/type_of_partnership.jsx @@ -258,18 +258,15 @@ const TypesOfPartnership = () => ( { text: it.L('Asset'), attributes: { rowSpan: 2 } }, { text: it.L('Commission per lot') }, ], - [ - { text: it.L('(1 standard forex lot is 100k units)'), className: 'center-text' }, - ], ], tbody: [ [ { text: it.L('Forex') }, - { text: it.L('5') }, + { text: it.L('USD 2') }, ], [ { text: it.L('Metals') }, - { text: it.L('5') }, + { text: it.L('USD 4') }, ], ], }} @@ -376,7 +373,7 @@ const TypesOfPartnership = () => ( />

{it.L('How it’s calculated')}

-

{it.L('For forex, a deal for 1 lot of EUR/USD will pay out EUR 5 in commission based on the following formula:')}

+

{it.L('For forex, a deal for 1 lot will pay out USD 2 in commission based on the following formula (using EUR/USD as an example):')}