Skip to content

Commit 3364814

Browse files
committed
remove number translations
1 parent 43a365f commit 3364814

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/components/AdoptionChart.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,14 @@ const AdoptionChart: React.FC<IProps> = () => {
5959
return (
6060
<Container>
6161
<Column>
62-
<ColumnName>
63-
<Translation id="adoption-chart-column-2010-label" />
64-
</ColumnName>
62+
<ColumnName>2010</ColumnName>
6563
<Cell color={isDark ? "#FBF9A5" : "#95935B"}>
6664
<Translation id="adoption-chart-investors-label" />
6765
</Cell>
6866
</Column>
6967

7068
<Column>
71-
<ColumnName>
72-
<Translation id="adoption-chart-column-2014-label" />
73-
</ColumnName>
69+
<ColumnName>2014</ColumnName>
7470
<Cell color={isDark ? "#FBF9A5" : "#95935B"}>
7571
<Translation id="adoption-chart-investors-label" />
7672
</Cell>

src/intl/en/page-what-is-ethereum.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797
"page-what-is-ethereum-atoms-institutions-blockchains": "Atoms, Institutions, Blockchains",
9898
"page-what-is-ethereum-atoms-institutions-blockchains-desc": "- Why blockchains matter?",
9999
"page-what-is-ethereum-ethereum-in-numbers-title": "Ethereum in numbers",
100-
"adoption-chart-column-2010-label": "2010",
101-
"adoption-chart-column-2014-label": "2014",
102100
"adoption-chart-column-now-label": "Now",
103101
"adoption-chart-investors-label": "Investors",
104102
"adoption-chart-developers-label": "Developers",

0 commit comments

Comments
 (0)