We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6638741 commit 8c5b1f3Copy full SHA for 8c5b1f3
src/components/FeedbackWidget.tsx
@@ -35,6 +35,7 @@ const FixedDot = ({
35
isExpanded,
36
...props
37
}: FixedDotProps) => {
38
+ const { t } = useTranslation("common")
39
const size = "3rem"
40
return (
41
<Button
src/intl/en/common.json
@@ -91,7 +91,7 @@
91
"ethereum-support": "Ethereum support",
92
"ethereum-wallets": "Ethereum wallets",
93
"ethereum-whitepaper": "Ethereum Whitepaper",
94
- "feedback-widget": "feedback",
+ "feedback-widget": "Feedback",
95
"feedback-widget-prompt": "Is this page helpful?",
96
"feedback-card-prompt-page": "Was this page helpful?",
97
"feedback-card-prompt-article": "Was this article helpful?",
0 commit comments