Skip to content

Commit 1fbfcdf

Browse files
committed
little correction
1 parent bedd023 commit 1fbfcdf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/Layer2NetworksTable/NetworkMaturityTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const NetworkMaturityTooltip = ({ maturity }: { maturity: MaturityLevel }) => {
5151
content={
5252
<div className="flex flex-col gap-2">
5353
<p className="text-lg font-bold">
54-
{t("page-layer-2-networks-network-maturity")}{" "}
54+
{t("page-layer-2-networks-network-maturity-with-colon")}{" "}
5555
{maturityDescription[maturity].label}
5656
</p>
5757
<p className="whitespace-pre-wrap">

src/intl/en/page-layer-2-networks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"page-layer-2-networks-developing-description": "A centralized operator runs the network but adds fail-safe features to reduce risks of centralization.",
2222
"page-layer-2-networks-emerging-label": "Emerging",
2323
"page-layer-2-networks-emerging-description": "A centralized operator runs the network. The data is publicly visible on Ethereum to verify whether the operator is being honest.",
24-
"page-layer-2-networks-network-maturity": "Network maturity:",
24+
"page-layer-2-networks-network-maturity": "Network maturity",
25+
"page-layer-2-networks-network-maturity-with-colon": "Network maturity:",
2526
"page-layer-2-networks-network-maturity-description": "Looks at the development stage, risks associated with using the network and ecosystem size of the network.",
2627
"page-layer-2-networks-summary-metric": "This is a summary metric based on risk analysis done by",
2728
"page-layer-2-networks-no-results-title": "No results",

0 commit comments

Comments
 (0)