Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: localize strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos-Gk committed Sep 25, 2023
1 parent d12a254 commit 730f24b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/trade-types/cfds/_mind-when-trading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const MindWhenTrading = () => {
<Localize translate_text="_t_Use our margin calculator to calculate the margin required to increase your market exposure (the market value of your position) on Deriv’s CFD trading platforms._t_" />
</Text>
<StyledButton to="/trader-tools/margin-calculator/">
<Button label="Margin calculator" primary />
<Button label="_t_Margin calculator_t_" primary />
</StyledButton>
</SmallContainer>
</StyledSectionContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/trade-types/cfds/_start-trading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const StartTrading = () => {
<StepperView items={CfdItems} />
</StepperContainer>
<ButtonContainer>
<Button onClick={handleSignup} label="Create free demo account" primary />
<Button onClick={handleSignup} label="_t_Create free demo account_t_" primary />
</ButtonContainer>
</SmallContainer>
)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/trade-types/cfds/_trading-cfd-increases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const TradingCFDIncreases = () => {
</Text>

<StyledButton to="/trader-tools/swap-calculator/">
<Button label="Swap calculator" primary />
<Button label="_t_Swap calculator_t_" primary />
</StyledButton>
</SmallContainer>
</StyledSectionContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/trade-types/multiplier/_start-trading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const StartTrading = () => {
margin_title="15rem 0 7rem 0"
/>
<StepperView items={MultipliersItems} />
<Button onClick={handleSignup} label="Create free demo account" primary />
<Button onClick={handleSignup} label="_t_Create free demo account_t_" primary />
</SmallContainer>
)
}
Expand Down

0 comments on commit 730f24b

Please sign in to comment.