diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2024-01-15 14:09:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 14:09:06 -0800 |
commit | 012d1c911f8ce972b0f71f77f098013f8cd694f7 (patch) | |
tree | 277245bce52625b26ab4fb349b9d1e77e3246833 /apps/files | |
parent | 265e9060f87b4865485e0852724b0a2b398e0b6d (diff) | |
parent | e87721594a8a89eabe2c07e228b13b2e6cb2d307 (diff) | |
download | nextcloud-server-012d1c911f8ce972b0f71f77f098013f8cd694f7.tar.gz nextcloud-server-012d1c911f8ce972b0f71f77f098013f8cd694f7.zip |
Merge pull request #42727 from nextcloud/fix/l10n-total-rows
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/src/components/FilesListTableFooter.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/src/components/FilesListTableFooter.vue b/apps/files/src/components/FilesListTableFooter.vue index bca4604d57d..9580de29919 100644 --- a/apps/files/src/components/FilesListTableFooter.vue +++ b/apps/files/src/components/FilesListTableFooter.vue @@ -22,6 +22,7 @@ <template> <tr> <th class="files-list__row-checkbox"> + <!-- TRANSLATORS Label for a table footer which summarizes the columns of the table --> <span class="hidden-visually">{{ t('files', 'Total rows summary') }}</span> </th> |