diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ee3164c..c176c578a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to - ♻️(frontend) move doc action buttons to fix toolbar #2360 - ♿️(frontend) add aria-hidden to decorative avatar SVGs in share modal #2324 - 🏗️(frontend) move comments to its own folder feature #2374 +- ♿️(frontend) align mobile header menu aria-label i18n pattern #2377 ### Fixed diff --git a/src/frontend/apps/impress/src/features/left-panel/components/LeftPanelToggleMobile.tsx b/src/frontend/apps/impress/src/features/left-panel/components/LeftPanelToggleMobile.tsx index 2609e4fe9..0bd20857f 100644 --- a/src/frontend/apps/impress/src/features/left-panel/components/LeftPanelToggleMobile.tsx +++ b/src/frontend/apps/impress/src/features/left-panel/components/LeftPanelToggleMobile.tsx @@ -12,9 +12,11 @@ export const LeftPanelToggleMobile = () => {