diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-22 14:52:52 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-22 14:52:52 +0200 |
commit | a35144e961a55e2a5ca45d84b190156898e07c35 (patch) | |
tree | 76509747c55ec2f0e8cc2b232619cb3b073ff237 /apps/files_trashbin | |
parent | 67231ed9a75eafe5b417e4525e3d80b1a3f8826b (diff) | |
download | nextcloud-server-a35144e961a55e2a5ca45d84b190156898e07c35.tar.gz nextcloud-server-a35144e961a55e2a5ca45d84b190156898e07c35.zip |
Properly translate file actions
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js index 473cce88a71..c3be762f095 100644 --- a/apps/files_trashbin/js/app.js +++ b/apps/files_trashbin/js/app.js @@ -59,6 +59,7 @@ OCA.Trashbin.App = { fileActions.registerAction({ name: 'Delete', + displayName: t('files', 'Delete'), mime: 'all', permissions: OC.PERMISSION_READ, icon: function() { |