diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-01-11 10:17:21 -0800 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-01-15 11:26:29 -0800 |
commit | fa295625abd1927769d5646837688ac9f3e83c39 (patch) | |
tree | 6b1bd196eaf47e46952da7ddb443e77444b3e51c /apps | |
parent | 265e9060f87b4865485e0852724b0a2b398e0b6d (diff) | |
download | nextcloud-server-fa295625abd1927769d5646837688ac9f3e83c39.tar.gz nextcloud-server-fa295625abd1927769d5646837688ac9f3e83c39.zip |
fix(l10n): Add context note for table footers
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/src/components/FilesListTableFooter.vue | 1 | ||||
-rw-r--r-- | apps/settings/src/components/Users/UserListFooter.vue | 1 |
2 files changed, 2 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> diff --git a/apps/settings/src/components/Users/UserListFooter.vue b/apps/settings/src/components/Users/UserListFooter.vue index 490add4d920..d8974658354 100644 --- a/apps/settings/src/components/Users/UserListFooter.vue +++ b/apps/settings/src/components/Users/UserListFooter.vue @@ -23,6 +23,7 @@ <template> <tr class="footer"> <th scope="row"> + <!-- TRANSLATORS Label for a table footer which summarizes the columns of the table --> <span class="hidden-visually">{{ t('settings', 'Total rows summary') }}</span> </th> <td class="footer__cell footer__cell--loading"> |