diff options
Diffstat (limited to 'apps/files_trashbin/src')
-rw-r--r-- | apps/files_trashbin/src/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/src/app.js b/apps/files_trashbin/src/app.js index 3f6fd011238..2bc8e08b812 100644 --- a/apps/files_trashbin/src/app.js +++ b/apps/files_trashbin/src/app.js @@ -47,7 +47,7 @@ OCA.Trashbin.App = { }, { name: 'delete', - displayName: t('files', 'Delete'), + displayName: t('files_trashbin', 'Delete permanently'), iconClass: 'icon-delete', } ], @@ -95,7 +95,7 @@ OCA.Trashbin.App = { fileActions.registerAction({ name: 'Delete', - displayName: t('files', 'Delete'), + displayName: t('files_trashbin', 'Delete permanently'), mime: 'all', permissions: OC.PERMISSION_READ, iconClass: 'icon-delete', |