From 684dcb918d406404211562e2e1823eafd10f0a5e Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 13 Apr 2021 14:35:14 +0200 Subject: [PATCH] local version is not under OpenPype Admin group --- .../ftrack/event_handlers_user/action_prepare_project.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py b/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py index c2f0533c33..e6a161d95f 100644 --- a/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py +++ b/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py @@ -17,8 +17,7 @@ class PrepareProjectLocal(BaseAction): """Prepare project attributes in Anatomy.""" identifier = "prepare.project.local" - label = "OpenPype Admin" - variant = "- Prepare Project (Local)" + label = "Prepare Project" description = "Set basic attributes on the project" icon = statics_icon("ftrack", "action_icons", "PrepareProject.svg")