This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new eecc4a97911 NO-ISSUE: Fix wrong translation in BPMN Editor - Data
output (#3668)
eecc4a97911 is described below
commit eecc4a9791132c2343eb370e75357e29af6cb5ca
Author: Jozef Marko <[email protected]>
AuthorDate: Fri Jul 17 16:32:14 2026 +0200
NO-ISSUE: Fix wrong translation in BPMN Editor - Data output (#3668)
---
packages/bpmn-editor/src/i18n/locales/en.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/bpmn-editor/src/i18n/locales/en.ts
b/packages/bpmn-editor/src/i18n/locales/en.ts
index 25c322a7c62..ee5caada878 100644
--- a/packages/bpmn-editor/src/i18n/locales/en.ts
+++ b/packages/bpmn-editor/src/i18n/locales/en.ts
@@ -155,7 +155,7 @@ export const en: BpmnEditorI18n = {
dataInputPlaceholder: "Enter a Data input...",
dataType: "Data Type",
collectionOutput: "Collection output",
- dataOutput: "Collection output",
+ dataOutput: "Data output",
dataOutputPlaceholder: "Enter a Data output...",
multiInstance: "Multi-instance",
enterNamePlaceholder: "Enter a name...",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]