Nice and shiny settings title for Validate Outdated Containers

This commit is contained in:
Roy Nieterau 2024-06-05 17:55:08 +02:00
parent a0cb4a25e0
commit 8f17ebe99e

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,