Skip to content

Commit d367a18

Browse files
committed
rulesets: Better text for negate checkbox
SUP-27777 Change-Id: I8044da6b3da92a47e0f4d26184eab3cb3193c4e2
1 parent bcefe06 commit d367a18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmk/gui/wato/pages/rulesets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ def _vs_explicit_hosts(self) -> Tuple:
28502850
),
28512851
),
28522852
Checkbox(
2853-
label=_("<b>Negate:</b> make rule apply for <b>all but</b> the above hosts"),
2853+
label=_("<b>Negate:</b> apply to <b>all</b> except listed hosts above"),
28542854
),
28552855
],
28562856
)
@@ -2874,7 +2874,7 @@ def _vs_explicit_services(self) -> Tuple:
28742874
elements=[
28752875
self._vs_service_conditions(),
28762876
Checkbox(
2877-
label=_("<b>Negate:</b> make rule apply for <b>all but</b> the above entries"),
2877+
label=_("<b>Negate:</b> apply to <b>all</b> except listed entries above"),
28782878
),
28792879
],
28802880
)

0 commit comments

Comments
 (0)