diff --git a/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js b/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js
index 537f851f80..178e780a46 100644
--- a/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js
+++ b/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js
@@ -6,11 +6,16 @@ function MenuButton({ onClick }) {
const { t } = useTranslation()
return (
- // eslint-disable-next-line jsx-a11y/anchor-is-valid
-
- {t('menu')}