Skip to content

Commit 14c57b7

Browse files
authored
Merge pull request #12162 from ethereum/intl-patch
fix: initialize useTranslation
2 parents 00f5a23 + d4ce6d9 commit 14c57b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/FeedbackWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const FixedDot = ({
3535
isExpanded,
3636
...props
3737
}: FixedDotProps) => {
38+
const { t } = useTranslation("common")
3839
const size = "3rem"
3940
return (
4041
<Button

src/intl/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"ethereum-support": "Ethereum support",
9292
"ethereum-wallets": "Ethereum wallets",
9393
"ethereum-whitepaper": "Ethereum Whitepaper",
94-
"feedback-widget": "feedback",
94+
"feedback-widget": "Feedback",
9595
"feedback-widget-prompt": "Is this page helpful?",
9696
"feedback-card-prompt-page": "Was this page helpful?",
9797
"feedback-card-prompt-article": "Was this article helpful?",

0 commit comments

Comments
 (0)