diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-07 14:59:58 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-07-18 23:53:04 +0200 |
commit | bb9c7ee75c431ef085952af4b48763a5d3ae1277 (patch) | |
tree | 85bd63279dc97a5c3a3becf7a4b62abf87f2846b /apps/files_trashbin | |
parent | d3393af978aa259116ad40c12499062cda80a330 (diff) | |
download | nextcloud-server-bb9c7ee75c431ef085952af4b48763a5d3ae1277.tar.gz nextcloud-server-bb9c7ee75c431ef085952af4b48763a5d3ae1277.zip |
fix(files): default emptycontent message
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/src/main.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/src/main.ts b/apps/files_trashbin/src/main.ts index aca22f7b47a..eb235f34c8d 100644 --- a/apps/files_trashbin/src/main.ts +++ b/apps/files_trashbin/src/main.ts @@ -37,6 +37,9 @@ Navigation.register({ name: t('files_trashbin', 'Deleted files'), caption: t('files_trashbin', 'List of files that have been deleted.'), + emptyTitle: t('files_trashbin', 'No deleted files'), + emptyCaption: t('files_trashbin', 'Files and folders you have deleted will show up here'), + icon: DeleteSvg, order: 50, sticky: true, |