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

Commit

Permalink
fix: table issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed Apr 17, 2024
1 parent 7ddb0c5 commit 0e33c4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"264391901": "Enjoy synthetic markets that emulate the excitement of real-world markets without unpredictable real-world disruptions.",
"265269975": "Your local currency",
"265644304": "Trade types",
"268057376": "Options <br>Multipliers<br> (Synthetic <br>indices)",
"268305063": "<0>Log in</0> to your Deriv account. Don’t have one? <1>Sign up</1> for free.",
"270484328": "Can I buy or sell turbo options on Deriv?",
"271560771": "Enter the amount you wish to trade with.",
Expand Down Expand Up @@ -769,7 +770,6 @@
"750427805": "matches/differs option trade",
"751378879": "Potential loss is limited to the initial amount you decide to trade.",
"752024971": "Reached maximum number of digits",
"752707617": "Options Multipliers (Synthetic indices)",
"754014828": "Start trading derived FX on Deriv in 3 simple steps",
"754435349": "200+",
"755433132": "What are digital options?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type AffiliateType = {
const revenue_data: AffiliateType = [
{
title: '_t_Trade types_t_',
data: ['_t_Options Multipliers (Synthetic indices)_t_', '_t_Options Multipliers (Synthetic indices)_t_'],
data: ['_t_Options <br>Multipliers<br> (Synthetic <br>indices)_t_', '_t_Options <br>Multipliers<br> (Synthetic <br>indices)_t_'],
},
{
title: '_t_Net revenue_t_',
Expand Down

0 comments on commit 0e33c4e

Please sign in to comment.