summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/js/filenameplugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/js/filenameplugin.js b/apps/workflowengine/js/filenameplugin.js
index c493bb3bf66..7d8018c29cd 100644
--- a/apps/workflowengine/js/filenameplugin.js
+++ b/apps/workflowengine/js/filenameplugin.js
@@ -27,7 +27,7 @@
getCheck: function () {
return {
'class': 'OCA\\WorkflowEngine\\Check\\FileName',
- 'name': t('workflowengine', 'File Name'),
+ 'name': t('workflowengine', 'File name'),
'operators': [
{'operator': 'is', 'name': t('workflowengine', 'is')},
{'operator': '!is', 'name': t('workflowengine', 'is not')},