Trashbin: Delete => Delete permanently

For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/14721/head
Roeland Jago Douma 7 years ago
parent c01019b536
commit 9dd7bc1919
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      apps/files_trashbin/js/files_trashbin.js
  2. 2
      apps/files_trashbin/js/files_trashbin.js.map
  3. 4
      apps/files_trashbin/src/app.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -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',

Loading…
Cancel
Save