mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(l10n): Add context note for table footers
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
265e9060f8
commit
fa295625ab
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue