fix labels in user actions

This commit is contained in:
iLLiCiTiT 2021-04-02 11:37:51 +02:00
parent 32abd8a980
commit bc434f3fcb
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

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