diff options
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/i18n/languages.json')
-rw-r--r-- | workflow-designer-ui/src/main/frontend/src/i18n/languages.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/i18n/languages.json b/workflow-designer-ui/src/main/frontend/src/i18n/languages.json index 5fd444a6..7aabadae 100644 --- a/workflow-designer-ui/src/main/frontend/src/i18n/languages.json +++ b/workflow-designer-ui/src/main/frontend/src/i18n/languages.json @@ -58,7 +58,8 @@ "CANCEL": "CANCEL", "confirmDlete": "Are you sure you want to delete \"%{name}\"?", "alreadyExists": "Already exists", - "invalidCharacters": "Alphanumeric and underscore only" + "invalidCharacters": "Alphanumeric and underscore only", + "emptyName": "Empty Name" }, "composition": { "bpmnError" : "BPMN.IO Error" |