Merge pull request #597 from BigRoy/enhancement/validate_containers_settings_title

Tweak settings title for `Validate Outdated Containers`
This commit is contained in:
Jakub Trllo 2024-06-05 18:00:17 +02:00 committed by GitHub
commit 2e2fe06145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,