Skip to content

Commit 288964b

Browse files
authored
Merge pull request #59425 from nextcloud/fix/files-table-header
fix(files): add missing table header for actions column
2 parents 8598f8b + f5f1fc1 commit 288964b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

apps/files/src/components/FilesListTableHeader.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
</th>
2929

3030
<!-- Actions -->
31-
<th class="files-list__row-actions" />
31+
<th class="files-list__row-actions">
32+
<span class="hidden-visually">
33+
{{ t('files', 'Actions') }}
34+
</span>
35+
</th>
3236

3337
<!-- Mime -->
3438
<th

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)