diff --git a/supervisor/resolution/evaluations/container.py b/supervisor/resolution/evaluations/container.py index 36a5daaac..ac10b9a1a 100644 --- a/supervisor/resolution/evaluations/container.py +++ b/supervisor/resolution/evaluations/container.py @@ -46,7 +46,7 @@ class EvaluateContainer(EvaluateBase): @property def on_failure(self) -> str: """Return a string that is printed when self.evaluate is False.""" - return f"Found images: {self._images} which are not supported, remove these from the host!" + return f"Found unsupported images: {self._images}" @property def states(self) -> list[CoreState]: