mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix #2473 Update "Repair Context" label to "Repair"
This commit is contained in:
parent
584c5d96ab
commit
6b8b7f22e6
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