Browse Source

Fix typo

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
tags/v15.0.0beta1
Daniel Kesselberg 5 years ago
parent
commit
be5e992021
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/workflowengine/js/filenameplugin.js

+ 1
- 1
apps/workflowengine/js/filenameplugin.js View File

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

Loading…
Cancel
Save