diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2023-07-18 17:33:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 17:33:16 -0700 |
commit | eaf19c482970d1aa45ee4660bccf9726f3156310 (patch) | |
tree | 2e639fd61a0ab38c6d3b5b259d07f31df0e507c8 /apps/files_trashbin | |
parent | 46d80b4f706b750e3535814a17ba3caefbde1b98 (diff) | |
parent | bb9c7ee75c431ef085952af4b48763a5d3ae1277 (diff) | |
download | nextcloud-server-eaf19c482970d1aa45ee4660bccf9726f3156310.tar.gz nextcloud-server-eaf19c482970d1aa45ee4660bccf9726f3156310.zip |
Merge pull request #39229 from nextcloud/fix/default-empty-content-files
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, |