mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #597 from BigRoy/enhancement/validate_containers_settings_title
Tweak settings title for `Validate Outdated Containers`
This commit is contained in:
commit
2e2fe06145
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ class PublishPuginsModel(BaseSettingsModel):
|
|||
)
|
||||
ValidateOutdatedContainers: PluginStateByHostModel = SettingsField(
|
||||
default_factory=PluginStateByHostModel,
|
||||
title="Validate Containers"
|
||||
title="Validate Outdated Containers"
|
||||
)
|
||||
ValidateIntent: ValidateIntentModel = SettingsField(
|
||||
default_factory=ValidateIntentModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue