diff --git a/crowdin/messages.json b/crowdin/messages.json index a89516e04b2..711885df0bb 100644 --- a/crowdin/messages.json +++ b/crowdin/messages.json @@ -146,7 +146,6 @@ "148355417": "Rapid trade execution speeds for your clients", "148382928": "American Airlines Group Inc", "149494223": "Blue sky and buildings - Kigali", - "149834389": "USD ≤ 20,000 per month", "150593055": "Currency exchangers", "151178438": "Enjoy zero commission trading on all assets. Plus, pay no swap charges on overnight positions for selected derived indices and financial assets.", "152299772": "Why should I join your affiliate programme?", @@ -694,7 +693,6 @@ "672008428": "ZEC/USD", "674916985": "Stocks, Stock Indices &
ETFs", "675017060": "payments department", - "678886974": "USD > 20,000 per month", "680204734": "The minimum amount for withdrawal will vary depending on the latest exchange rates. The figures shown here have been rounded.", "680953516": "MARKETS", "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:", @@ -1758,7 +1756,6 @@ "1674798397": "Trade multipliers on our mobile app.", "1676292946": "Forex trading gives you the chance to profit from changes in the relative values of currencies on the forex market.", "1677027187": "Forex", - "1677430058": "<0>Affiliates residing outside the EU can sign up for the CPA plan and can refer clients residing in the EU except Portugal and Spain.", "1677553724": "Want to learn more about Deriv P2P? Head to our <0>Help centre.", "1677622373": "Account type", "1678399849": "Reset Call/Reset Put contracts offer the ability to reset the strike price at a potentially more advantageous level. In this contract, your market prediction is your contract's exit price against the reset price (instead of the entry price). Reset contract types also typically offer a lower fixed payout percentage compared to Rise/Fall contracts.", @@ -1843,6 +1840,7 @@ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.", "1755228338": "Securing your account", "1756407392": "Terms of cooperation", + "1757494890": "USD ≤ 20,000
per month", "1758111931": "active users", "1758663702": "It refers to the exchange rate used in Deriv P2P ads. In some countries where it isn't feasible to use a fixed exchange rate (due to market volatility), you can set the exchange rate for your ad to a specific percentage of the market price.", "1758803741": "- Enter your stake amount.", @@ -4076,6 +4074,7 @@ "-1794572884": "Affiliates not residing in the EU may sign up for the CPA plan.", "-1328640086": "Based on each successful referral with deposit of USD 100", "-1209222280": "USD 100", + "-105594864": "<0>Options: Earn based on the turnover of your clients' trades.", "-1201069751": "Master Affiliate", "-1625742908": "This plan is not available for affiliates who promote to clients residing in the EU.", "-82217352": "Sub affiliate’s total commission: USD 300", @@ -4089,6 +4088,7 @@ "-391272948": "A client generates USD 25,000 monthly net revenue. Calculation is as follows:", "-1643929376": "Total commission earned:", "-130871483": "Net revenue", + "-1307912584": "USD > 20,000
per month", "-1163140779": "Options commission:", "-740024263": "Based on the chart, the probability of return falls under 0.5% commission", "-1158029310": "Calculation is as follows:", @@ -4102,7 +4102,6 @@ "-863977206": "1%", "-268471694": "0.75%", "-711200693": "0%", - "-105594864": "<0>Options: Earn based on the turnover of your clients' trades.", "-1856280159": "<0>Lookbacks: Earn 0.8% on the stake of each lookbacks trade on SmartTrader.", "-1225936915": "Be our partner | Partnership programmes | Deriv", "-1163074287": "Explore Deriv’s partnership programmes and team up with a trusted online trading broker to earn extra income.", diff --git a/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx index 7c969081fed..5790a9f17a1 100644 --- a/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx +++ b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx @@ -5,12 +5,11 @@ import { StyledTrap, StyledText, StyledButtonWrap, - CPAContent, } from '../_style' import { Table, TRAPREVERSE, TC } from '../_table' -import { TString } from 'types/generics' -import { Header } from 'components/elements/typography' import { Localize } from 'components/localization' +import { Header } from 'components/elements/typography' +import { TString } from 'types/generics' type AffiliateType = { title: TString @@ -30,43 +29,41 @@ const cpa_data: AffiliateType = [ const DefaultCard = ({ toggleCalculated }: { toggleCalculated: () => void }) => { return ( - +
- +
-
- +
+ ]} + />
- - - {cpa_data.map(({ title, data }, index) => ( - - - - +
+ {cpa_data.map(({ title, data }, index) => ( + + + + + + + {data.map((data, id) => ( + + + - - {data.map((data, id) => ( - - - - - - ))} - - ))} -
-
-
- -
-
- ]} - /> -
+ + ))} + + ))} + +
+ +
+
+ +
diff --git a/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx index b6812f97a1a..0b32d0e2bc8 100644 --- a/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx +++ b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx @@ -23,7 +23,7 @@ const revenue_data: AffiliateType = [ }, { title: '_t_Net revenue_t_', - data: ['_t_USD ≤ 20,000 per month_t_', '_t_USD > 20,000 per month_t_'], + data: ['_t_USD ≤ 20,000
per month_t_', '_t_USD > 20,000
per month_t_'], }, { title: '_t_Commission_t_', diff --git a/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_default-card.tsx index 45838f9d2df..5a4b92febf7 100644 --- a/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_default-card.tsx +++ b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_default-card.tsx @@ -9,7 +9,6 @@ import { import { Table, TRAPREVERSE, TC } from '../_table' import { Localize } from 'components/localization' import { Header } from 'components/elements/typography' -import { Li, Ul } from 'components/elements' import { TString } from 'types/generics' type AffiliateType = {