@@ -122,7 +122,7 @@ def _parameter_form_special_agents_mobileiron() -> Dictionary:
122122 "You can specify a list of regex patterns for android host names. "
123123 "Several patterns can be provided. "
124124 "Only those that match any of the patterns will be monitored. "
125- "By default all host names are accepted"
125+ "By default, all host names are accepted. "
126126 ),
127127 add_element_label = Label ("Add new pattern" ),
128128 custom_validate = (LengthInRange (min_value = 1 ),),
@@ -142,7 +142,7 @@ def _parameter_form_special_agents_mobileiron() -> Dictionary:
142142 "You can specify a list of regex patterns for iOS host names. "
143143 "Several patterns can be provided. "
144144 "Only those that match any of the patterns will be monitored. "
145- "By default all host names are accepted"
145+ "By default, all host names are accepted. "
146146 ),
147147 add_element_label = Label ("Add new pattern" ),
148148 custom_validate = (LengthInRange (min_value = 1 ),),
@@ -163,7 +163,7 @@ def _parameter_form_special_agents_mobileiron() -> Dictionary:
163163 "which are not android and not iOS. "
164164 "Several patterns can be provided. "
165165 "Only those that match any of the patterns will be monitored. "
166- "By default all host names are accepted"
166+ "By default, all host names are accepted. "
167167 ),
168168 add_element_label = Label ("Add new pattern" ),
169169 custom_validate = (LengthInRange (min_value = 1 ),),
0 commit comments