mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Merge pull request #2485 from BigRoy/repair_context_label
Fix #2473 Update "Repair Context" label to "Repair"
This commit is contained in:
commit
e2acbdc046
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class RepairContextAction(pyblish.api.Action):
|
|||
is available on the plugin.
|
||||
|
||||
"""
|
||||
label = "Repair Context"
|
||||
label = "Repair"
|
||||
on = "failed" # This action is only available on a failed plug-in
|
||||
|
||||
def process(self, context, plugin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue