diff --git a/product/ERP5/PropertySheet/BusinessTemplate.py b/product/ERP5/PropertySheet/BusinessTemplate.py index 3e57bb4108bdb9b6a1a882d15a990f1083778166..b28f346cf782c71fa269d0ac73dcd25ef83863db 100644 --- a/product/ERP5/PropertySheet/BusinessTemplate.py +++ b/product/ERP5/PropertySheet/BusinessTemplate.py @@ -76,7 +76,7 @@ class BusinessTemplate: 'mode' : 'w', 'default' : () }, { 'id' : 'template_workflow_id', - 'description' : 'A list of ids of skins used by this template', + 'description' : 'A list of ids of workflows used by this template', 'type' : 'lines', 'mode' : 'w', 'default' : () },