summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-02 13:38:27 +0200
committerJoas Schilling <coding@schilljs.com>2016-09-05 09:48:23 +0200
commit2d61ee3c13cda96c0cd4401b78bd27a586c374a9 (patch)
treed0abddcf54813db6202dc73c1e7d1f9295bcc07f /apps/workflowengine/js
parentd08240e364b7dffe7f0e5dc8874069724371265b (diff)
downloadnextcloud-server-2d61ee3c13cda96c0cd4401b78bd27a586c374a9.tar.gz
nextcloud-server-2d61ee3c13cda96c0cd4401b78bd27a586c374a9.zip
Make mimetype also work for READ and DELETE operations
Diffstat (limited to 'apps/workflowengine/js')
-rw-r--r--apps/workflowengine/js/filemimetypeplugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/js/filemimetypeplugin.js b/apps/workflowengine/js/filemimetypeplugin.js
index 33cbbd7fd7e..9fc9e3452f4 100644
--- a/apps/workflowengine/js/filemimetypeplugin.js
+++ b/apps/workflowengine/js/filemimetypeplugin.js
@@ -27,7 +27,7 @@
getCheck: function() {
return {
'class': 'OCA\\WorkflowEngine\\Check\\FileMimeType',
- 'name': t('workflowengine', 'File mime type (upload)'),
+ 'name': t('workflowengine', 'File mime type'),
'operators': [
{'operator': 'is', 'name': t('workflowengine', 'is')},
{'operator': '!is', 'name': t('workflowengine', 'is not')},