Change label back

This commit is contained in:
Jakub Trllo 2024-02-13 10:53:11 +01:00 committed by GitHub
parent 1d85cec34c
commit f221dfa425
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ class CollectReview(pyblish.api.ContextPlugin):
"""Adds review to families for instances marked to be reviewable.
"""
label = "Collect Review Family"
label = "Collect Review"
hosts = ["photoshop"]
order = pyblish.api.CollectorOrder + 0.1