Skip to content

Commit 244b3eb

Browse files
authored
Merge pull request #11733 from ethereum/patch-wallet-string
Patch i18n string key
2 parents a82a73a + e9c5ebd commit 244b3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/get-eth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const GetETHPage = ({ data }: PageProps<Queries.GetEthPageQuery>) => {
212212
description={t("page-get-eth-peers-desc")}
213213
>
214214
<InlineLink to="/wallets/">
215-
<Translation id="page-get-eth-wallets-link-desc" />
215+
<Translation id="page-get-eth-wallets-link" />
216216
</InlineLink>
217217
</StyledCard>
218218
<StyledCard

0 commit comments

Comments
 (0)