Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Sara / Update commission text #1132

Merged
merged 2 commits into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/partners/_partnership-opportunities.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const PartnershipOpportunities = () => (
</Flex>
<Text>
{localize(
'Enjoy the flexibility to choose from a variety of affiliate and introducing broker programmes. Earn up to 45% commission from promoting our trading platforms or enjoy turnover-based commissions.',
'Enjoy the flexibility to choose from a variety of affiliate and introducing broker programmes. Earn 45% commission from promoting our trading platforms or enjoy turnover-based commissions.',
)}
</Text>
</ClientCard>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/partners/affiliate-ib/_who-can-apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const WhoCanApply = () => {
<Header as="h4">{localize('Earn')}</Header>
<Text>
{localize(
'Start earning based on your chosen commission plan –– up to 45% of the total net revenue generated by your referred clients.',
'Start earning based on your chosen commission plan –– 45% of the total net revenue generated by your referred clients.',
)}
</Text>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/partners/affiliate-ib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const AffiliateIb = () => {
<Container direction="column">
<Header as="h4" weight="500" align="center">
{localize(
'Earn up to 45% lifetime commission with an online trading provider that enables anyone to trade on popular financial markets with the utmost convenience. Deriv Group Ltd - the owner of Binary.com and Deriv.com - has a proven track record of running successful referral programmes with prompt payouts.',
'Earn 45% lifetime commission with an online trading provider that enables anyone to trade on popular financial markets with the utmost convenience. Deriv Group Ltd - the owner of Binary.com and Deriv.com - has a proven track record of running successful referral programmes with prompt payouts.',
)}
</Header>
<DNumber items={items} justify="space-around" />
Expand Down