Skip to content

Commit e927b23

Browse files
authored
Merge pull request #59675 from nextcloud/backport/59425/stable32
[stable32] fix(files): add missing table header for actions column
2 parents a49ee46 + 5627bdc commit e927b23

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

apps/files/src/components/FilesListTableHeader.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525
</th>
2626

2727
<!-- Actions -->
28-
<th class="files-list__row-actions" />
28+
<th class="files-list__row-actions">
29+
<span class="hidden-visually">
30+
{{ t('files', 'Actions') }}
31+
</span>
32+
</th>
2933

3034
<!-- Mime -->
3135
<th v-if="isMimeAvailable"

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)