mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Merge pull request #42819 from nextcloud/backport/42727/stable28
[stable28] fix(l10n): Add context note for table footers
This commit is contained in:
commit
34783ca98b
8 changed files with 11 additions and 9 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">
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/settings-users-8351.js
vendored
4
dist/settings-users-8351.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-users-8351.js.map
vendored
2
dist/settings-users-8351.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue