diff --git a/product/ERP5/InteractionWorkflow.py b/product/ERP5/InteractionWorkflow.py
index 859754bb969a168de9e9a9f2774e3880c1811579..96aa5a9103b5311769343c0ef44390299262bb1a 100755
--- a/product/ERP5/InteractionWorkflow.py
+++ b/product/ERP5/InteractionWorkflow.py
@@ -88,7 +88,7 @@ class InteractionWorkflowDefinition (DCWorkflowDefinition, ActiveObject):
     A new kind of workflow (stateless). Follow the DCWorkflow class.
     Provide filters (per portal_type, etc.). Allow inspection of objects ?
     """
-    meta_type = 'Interaction Workflow'
+    meta_type = 'Workflow'
     title = 'Interaction Workflow Definition'
 
     interactions = None