diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-01-11 10:17:21 -0800 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-15 23:09:18 +0100 |
commit | 0008f6eb88e4ff53699df64e428d21e3940f135d (patch) | |
tree | 3cccfb3c2b16f110958bb8fadb20d4d4d3df9a25 /apps/files | |
parent | 662b069c9972c10e9c56d5309d62bac6e5ba47b9 (diff) | |
download | nextcloud-server-0008f6eb88e4ff53699df64e428d21e3940f135d.tar.gz nextcloud-server-0008f6eb88e4ff53699df64e428d21e3940f135d.zip |
fix(l10n): Add context note for table footers
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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> |