Skip to content

Commit 8c5b1f3

Browse files
committed
fix: init useTranslation
1 parent 6638741 commit 8c5b1f3

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)