diff --git a/frontend/src/components/settings/CustomTaskTypeManager.vue b/frontend/src/components/settings/CustomTaskTypeManager.vue index ccf1363..73b6c43 100644 --- a/frontend/src/components/settings/CustomTaskTypeManager.vue +++ b/frontend/src/components/settings/CustomTaskTypeManager.vue @@ -2,9 +2,9 @@
- Add custom task types beyond the standard types to adapt the pipeline to your project needs + Add task types beyond the standard types, either general-purpose or owned by a specific department, to adapt the pipeline to your project needs
- 3-50 characters, lowercase alphanumeric with underscores only + {{ dialogDepartment ? '2-50' : '3-50' }} characters, lowercase alphanumeric with underscores only +
++ Assign this task type to a custom department so it's owned by that department, or leave it general-purpose.