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.

Commit 2383822

Browse files
konstantinosG-derivKonstantinos-Gk
andauthored
fix: subtasks (#4231)
Co-authored-by: Konstantinos-Gk <[email protected]>
1 parent 15120bf commit 2383822

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

crowdin/messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,6 +2426,7 @@
24262426
"-1505946900": "This page automatically open Live Chat window",
24272427
"-1932634627": "Commodities trading | Commodities market online trading | Deriv",
24282428
"-944742669": "Trade popular assets in the commodities market such as silver, gold, oil, and more without owning the underlying asset. Speculate on the price movements and benefit from our competitive spreads.",
2429+
"-1341835667": "Deriv Trader",
24292430
"-677391007": "Deriv Go",
24302431
"-305466448": "Trade your favourite currency against a basket of major currencies and benefit from reduced risk and volatility.",
24312432
"-1310685090": "basket indices",

src/pages/markets/components/helper/_available-platforms.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const AvailablePlatforms = ({
110110
<LocalizedLink to="/dtrader/">
111111
<StyledFlex direction="row" ai="center">
112112
<img src={DTrader} alt="DTrader" width="32" height="32" />
113-
<Text ml="0.4rem">{localize('DTrader')}</Text>
113+
<Text ml="0.4rem">{localize('Deriv Trader')}</Text>
114114
</StyledFlex>
115115
</LocalizedLink>
116116
)}

src/pages/markets/components/sections/_hero_derived_fx.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ const StyledHeader = styled(Header)`
153153
margin-top: 16rem;
154154
155155
@media ${device.laptopM} {
156-
font-size: 32px;
156+
font-size: 28px;
157+
width: 100%;
157158
align-items: center;
158159
margin-top: 0;
159160
}

src/pages/markets/components/sub-markets/_multipliers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Multipliers = ({ market_content }: MultipliersProps) => {
3030
{is_eu ? (
3131
<AvailablePlatforms dtrader />
3232
) : (
33-
<AvailablePlatforms dtrader dbot deriv_go />
33+
<AvailablePlatforms dtrader deriv_go />
3434
)}
3535
</Descriptions>
3636
<StyledText font_size={'16px'} weight="bold" mt="2.4rem">

0 commit comments

Comments
 (0)