diff --git a/superset-frontend/src/features/home/RightMenu.tsx b/superset-frontend/src/features/home/RightMenu.tsx
index 352e3c807ff..ea19845e2f4 100644
--- a/superset-frontend/src/features/home/RightMenu.tsx
+++ b/superset-frontend/src/features/home/RightMenu.tsx
@@ -755,6 +755,7 @@ const RightMenu = ({
target="_blank"
rel="noreferrer"
title={navbarRight.documentation_text || t('Documentation')}
+ aria-label={navbarRight.documentation_text || t('Documentation')}
>
{navbarRight.documentation_icon ? (
@@ -772,6 +773,7 @@ const RightMenu = ({
target="_blank"
rel="noreferrer"
title={navbarRight.bug_report_text || t('Report a bug')}
+ aria-label={navbarRight.bug_report_text || t('Report a bug')}
>
{navbarRight.bug_report_icon ? (