mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
chore: rename default issue type name to (#2573)
This commit is contained in:
@@ -267,7 +267,7 @@ class DefaultIssueTypeEndpoint(BaseAPIView):
|
||||
# Create a new default issue type
|
||||
issue_type = IssueType.objects.create(
|
||||
workspace_id=project.workspace_id,
|
||||
name="Work item",
|
||||
name="Task",
|
||||
is_default=True,
|
||||
description="Default work item type with the option to add new properties",
|
||||
logo_props={
|
||||
|
||||
Reference in New Issue
Block a user