From ab1c426cf47d4c11afdefb2cc1a30fbac6cf06a6 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 3 Apr 2026 17:05:14 +0200 Subject: [PATCH] fix(files): add missing table header for actions column - resolves https://github.com/nextcloud/server/issues/59333 Every column needs an header with some label for accessibility, so screen reader know which column they are in currently. This adds the missing header (but hides it visually so only for SR). Signed-off-by: Ferdinand Thiessen --- apps/files/src/components/FilesListTableHeader.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/files/src/components/FilesListTableHeader.vue b/apps/files/src/components/FilesListTableHeader.vue index f79f61898e8..6553e698e29 100644 --- a/apps/files/src/components/FilesListTableHeader.vue +++ b/apps/files/src/components/FilesListTableHeader.vue @@ -28,7 +28,11 @@ - + + + {{ t('files', 'Actions') }} + +