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")