From bc434f3fcb52d3a132fdbe1e4beee92edf948c6f Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 2 Apr 2021 11:37:51 +0200 Subject: [PATCH] fix labels in user actions --- .../ftrack/event_handlers_user/action_create_cust_attrs.py | 2 +- .../ftrack/event_handlers_user/action_delete_old_versions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py b/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py index 899ee71f13..6daaacf98b 100644 --- a/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py +++ b/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py @@ -127,7 +127,7 @@ class CustomAttributes(BaseAction): #: Action identifier. identifier = 'create.update.attributes' #: Action label. - label = "Pype Admin" + label = "OpenPype Admin" variant = '- Create/Update Avalon Attributes' #: Action description. description = 'Creates Avalon/Mongo ID for double check' diff --git a/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py b/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py index d096ad736a..99f5f50f93 100644 --- a/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py +++ b/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py @@ -15,7 +15,7 @@ import avalon.pipeline class DeleteOldVersions(BaseAction): identifier = "delete.old.versions" - label = "Pype Admin" + label = "OpenPype Admin" variant = "- Delete old versions" description = ( "Delete files from older publishes so project can be"