Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit ed5c24e

Browse files
fiona-derivfiona-deriv
andauthored
fiona/ update & add jump indices to affiliate ib commission (#6696)
* update and add jump indices to affilliate IB commission * change Step Index to Step index * update jump index value * fix sonarcloud error * fix sonarcloud error * sonarcloud error Co-authored-by: fiona-deriv <fiona@deriv.com>
1 parent f43d1b9 commit ed5c24e

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

src/templates/static/affiliate_ib_landing/type_of_partnership.jsx

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ const TypesOfPartnership = () => (
140140
</div>
141141
<div id='ib'>
142142
<div className='gr-12 gr-padding-20 white-bg-color'>
143-
<p className='no-margin'>{it.L('Earn daily commissions on the trading activities of the clients you refer to the [_1] MetaTrader 5 (MT5) platform. Your total commissions will be credited into your account by the end of the day.', it.website_name)}</p>
143+
<p className='no-margin'>{it.L('Earn daily commission on your referred clients\' trades on the [_1] MetaTrader 5 (MT5) platform. Your total commission will be credited into your account at the end of every day.', it.website_name)}</p>
144144

145145
<div className='gr-10 gr-12-m gr-parent gr-centered'>
146-
<h3 id='ib_header' className='secondary-color'>{it.L('Commision structure')}</h3>
146+
<h3 id='ib_header' className='secondary-color'>{it.L('Commission structure')}</h3>
147147

148-
<h3>{it.L('Synthetic Account')}</h3>
148+
<h3>{it.L('Synthetics Account')}</h3>
149149
<p>{it.L('Earn when your clients trade on an MT5 Synthetics account.')}</p>
150150
<Table
151151
data={{
@@ -213,9 +213,29 @@ const TypesOfPartnership = () => (
213213
{ text: it.L('7.50') },
214214
],
215215
[
216-
{ text: it.L('Step Index') },
216+
{ text: it.L('Step index') },
217217
{ text: it.L('0.10') },
218218
],
219+
[
220+
{ text: it.L('Jump 10 Index') },
221+
{ text: it.L('0.50') },
222+
],
223+
[
224+
{ text: it.L('Jump 25 Index') },
225+
{ text: it.L('1.25') },
226+
],
227+
[
228+
{ text: it.L('Jump 50 Index') },
229+
{ text: it.L('2.50') },
230+
],
231+
[
232+
{ text: it.L('Jump 75 Index') },
233+
{ text: it.L('3.75') },
234+
],
235+
[
236+
{ text: it.L('Jump 100 Index') },
237+
{ text: it.L('5.00') },
238+
],
219239
],
220240
}}
221241
/>
@@ -325,7 +345,7 @@ const TypesOfPartnership = () => (
325345
],
326346
[
327347
{ text: it.L('IOT/USD') },
328-
{ text: it.L('15O') },
348+
{ text: it.L('150') },
329349
],
330350
[
331351
{ text: it.L('NEO/USD') },

0 commit comments

Comments
 (0)