fix(l10n): Add context note for table footers

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/42727/head
Christopher Ng 5 months ago
parent 265e9060f8
commit fa295625ab

@ -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>

@ -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">

Loading…
Cancel
Save