There was an error while loading. Please reload this page.
1 parent bcefe06 commit d367a18Copy full SHA for d367a18
1 file changed
cmk/gui/wato/pages/rulesets.py
@@ -2850,7 +2850,7 @@ def _vs_explicit_hosts(self) -> Tuple:
2850
),
2851
2852
Checkbox(
2853
- label=_("<b>Negate:</b> make rule apply for <b>all but</b> the above hosts"),
+ label=_("<b>Negate:</b> apply to <b>all</b> except listed hosts above"),
2854
2855
],
2856
)
@@ -2874,7 +2874,7 @@ def _vs_explicit_services(self) -> Tuple:
2874
elements=[
2875
self._vs_service_conditions(),
2876
2877
- label=_("<b>Negate:</b> make rule apply for <b>all but</b> the above entries"),
+ label=_("<b>Negate:</b> apply to <b>all</b> except listed entries above"),
2878
2879
2880
0 commit comments