Skip to content

Commit 104baef

Browse files
authored
Merge pull request #11731 from 0xMBL/dev
added aria label to main feedback widget fix #11725
2 parents 3983796 + fb73877 commit 104baef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/FeedbackWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const FixedDot = ({
6060
}}
6161
transition="transform 0.2s ease-in-out, width 0.25s ease-in-out,
6262
border-radius 0.25s linear"
63+
aria-label={t("feedback-widget")}
6364
{...props}
6465
>
6566
{children}

src/intl/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"ethereum-support": "Ethereum support",
9292
"ethereum-wallets": "Ethereum wallets",
9393
"ethereum-whitepaper": "Ethereum Whitepaper",
94+
"feedback-widget": "feedback",
9495
"feedback-widget-prompt": "Is this page helpful?",
9596
"feedback-card-prompt-page": "Was this page helpful?",
9697
"feedback-card-prompt-article": "Was this article helpful?",

0 commit comments

Comments
 (0)