mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use correct label for filepath validations in traypublisher (#6084)
This commit is contained in:
parent
64d39613fa
commit
b04190419f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class ValidateFilePath(pyblish.api.InstancePlugin):
|
|||
This is primarily created for Simple Creator instances.
|
||||
"""
|
||||
|
||||
label = "Validate Workfile"
|
||||
label = "Validate Filepaths"
|
||||
order = pyblish.api.ValidatorOrder - 0.49
|
||||
|
||||
hosts = ["traypublisher"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue