Skip to content

Commit c7bb80b

Browse files
committed
fixup! ✨(frontend) add sr-only instructions with aria-describedby links
1 parent e4b3108 commit c7bb80b

File tree

1 file changed

+2
-2
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-tree/components

1 file changed

+2
-2
lines changed

src/frontend/apps/impress/src/features/docs/doc-tree/components/DocTree.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@ export const DocTree = ({ currentDoc }: DocTreeProps) => {
230230
}
231231
`}
232232
>
233-
{/* Instructions clavier pour les lecteurs d'écran */}
233+
{/* Keyboard instructions for screen readers */}
234234
<Box id="doc-tree-keyboard-instructions" className="sr-only">
235235
{t(
236-
'Use arrow keys to navigate between documents. Press Enter to open a document. Press F2 to access document actions.',
236+
'Use arrow keys to navigate between documents. Press Enter to open a document. Press F2 to focus the emoji button when available, then press F2 again to access document actions.',
237237
)}
238238
</Box>
239239
<Box

0 commit comments

Comments
 (0)