From d0e0bcb67cbb9eb3ab2032651a0f1a8723ef809b Mon Sep 17 00:00:00 2001 From: David Lai Date: Thu, 16 Sep 2021 16:07:24 +0800 Subject: [PATCH] Update openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json Co-authored-by: Milan Kolar --- .../projects_schema/schemas/schema_anatomy_attributes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json index 530bf70a7c..a2a566da0e 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json @@ -73,7 +73,7 @@ { "type": "boolean", "key": "active", - "label": "Is Project Active" + "label": "Active Project" } ] }