diff --git a/pype/settings/defaults/project_anatomy/templates.json b/pype/settings/defaults/project_anatomy/templates.json index 397f7257fd..dcb21d72e1 100644 --- a/pype/settings/defaults/project_anatomy/templates.json +++ b/pype/settings/defaults/project_anatomy/templates.json @@ -25,5 +25,5 @@ "path": "{@folder}/{@file}" }, "delivery": {}, - "other": {} + "others": {} } \ No newline at end of file diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json index d6187575c0..0b5339f9e6 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json @@ -131,8 +131,8 @@ }, { "type": "dict-modifiable", - "key": "other", - "label": "Other", + "key": "others", + "label": "Others", "collapsible_key": true, "object_type": { "type": "dict-modifiable",