From fdb8cb67580c8a6f7cc82cce48f4ff91590727bb Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Mon, 6 Mar 2017 15:09:38 +0000 Subject: [PATCH] #1638 fix Incorrect Error message --- ng2-components/ng2-activiti-processlist/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-activiti-processlist/src/i18n/en.json b/ng2-components/ng2-activiti-processlist/src/i18n/en.json index efab383901..b76a6b5dd2 100644 --- a/ng2-components/ng2-activiti-processlist/src/i18n/en.json +++ b/ng2-components/ng2-activiti-processlist/src/i18n/en.json @@ -98,7 +98,7 @@ }, "ERROR": { "LOAD_PROCESS_DEFS": "Could not load process definitions, please check you have access.", - "START": "Could start new process instance, please check you have permission." + "START": "Could not start new process instance, please check you have permission." } } }