Skip to content

Commit 58ad394

Browse files
committed
patch: /what-is-ether string ids
1 parent 8c731b1 commit 58ad394

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/[locale]/what-is-ether/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
178178
</CardTitle>
179179
<HighlightCardContent>
180180
<p>
181-
{t("page-what-is-ether-what-is-ether-description-10")}
181+
{t("page-what-is-ether-what-is-ether-description-9")}
182182
</p>
183183
</HighlightCardContent>
184184
</div>
@@ -189,19 +189,19 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
189189
</IconBox>
190190
<div>
191191
<CardTitle className="mb-2">
192-
{t("page-what-is-ether-what-is-ether-description-11")}
192+
{t("page-what-is-ether-what-is-ether-description-10")}
193193
</CardTitle>
194194
<HighlightCardContent>
195195
<p>
196-
{t("page-what-is-ether-what-is-ether-description-12")}
196+
{t("page-what-is-ether-what-is-ether-description-11")}
197197
</p>
198198
</HighlightCardContent>
199199
</div>
200200
</HighlightCard>
201201
</HighlightStack>
202202
</div>
203203
<LinkWithArrow href="/staking/">
204-
{t("page-what-is-ether-what-is-ether-description-13")}
204+
{t("page-what-is-ether-what-is-ether-description-12")}
205205
</LinkWithArrow>
206206
</Section>
207207

0 commit comments

Comments
 (0)