diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-03-24 17:17:29 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-06 14:49:31 +0200 |
commit | 0f717d408f73e02a0c0555f242936b75845b3a91 (patch) | |
tree | 5a20630f0920f7d788b749883611afafd8febe8e /apps/files_trashbin | |
parent | 0e764f753a3d47bba946dc3f64cef9536ac98d43 (diff) | |
download | nextcloud-server-0f717d408f73e02a0c0555f242936b75845b3a91.tar.gz nextcloud-server-0f717d408f73e02a0c0555f242936b75845b3a91.zip |
feat(accessibility): add files table caption and summary
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/src/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/src/main.ts b/apps/files_trashbin/src/main.ts index dfa88bded93..118f0ec72ee 100644 --- a/apps/files_trashbin/src/main.ts +++ b/apps/files_trashbin/src/main.ts @@ -35,6 +35,7 @@ const Navigation = window.OCP.Files.Navigation as NavigationService Navigation.register({ id: 'trashbin', name: t('files_trashbin', 'Deleted files'), + caption: t('files_trashbin', 'List of files that have been deleted.'), icon: DeleteSvg, order: 50, |