Skip to content

Commit 9cea4db

Browse files
committed
chore(i18n): source string fixes (plugins_mobileiron)
Jira: CMK-37968 Change-Id: I3843e075f4a63aec49018caae0d9351a1a9adc35
1 parent cfa9fb8 commit 9cea4db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmk/plugins/collection/rulesets/mobileiron.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)