Skip to content

Commit fa29562

Browse files
committed
fix(l10n): Add context note for table footers
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent 265e906 commit fa29562

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/files/src/components/FilesListTableFooter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<template>
2323
<tr>
2424
<th class="files-list__row-checkbox">
25+
<!-- TRANSLATORS Label for a table footer which summarizes the columns of the table -->
2526
<span class="hidden-visually">{{ t('files', 'Total rows summary') }}</span>
2627
</th>
2728

apps/settings/src/components/Users/UserListFooter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<template>
2424
<tr class="footer">
2525
<th scope="row">
26+
<!-- TRANSLATORS Label for a table footer which summarizes the columns of the table -->
2627
<span class="hidden-visually">{{ t('settings', 'Total rows summary') }}</span>
2728
</th>
2829
<td class="footer__cell footer__cell--loading">

0 commit comments

Comments
 (0)