diff --git a/cmk/gui/form_specs/vue/visitors/time_specific.py b/cmk/gui/form_specs/vue/visitors/time_specific.py index 82dbdc98995..d069ff52c81 100644 --- a/cmk/gui/form_specs/vue/visitors/time_specific.py +++ b/cmk/gui/form_specs/vue/visitors/time_specific.py @@ -145,7 +145,7 @@ def _time_specific_spec(self) -> Dictionary: elements={ "timeperiod": DictElement( parameter_form=create_timeperiod_selection( - title=Title("Time period") + title=Title("Match only during time period") ), required=True, ),