Skip to content

Commit

Permalink
vue: fixed wording in timespecific formspec
Browse files Browse the repository at this point in the history
Change-Id: I57f775573922bd07e4c2fbfc370cf64d54c845c5
  • Loading branch information
schnetzzz committed Jan 15, 2025
1 parent f290267 commit eb0502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/gui/form_specs/vue/visitors/time_specific.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit eb0502e

Please sign in to comment.