mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix labels in user actions
This commit is contained in:
parent
32abd8a980
commit
bc434f3fcb
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue