Skip to content

Commit 19ff93f

Browse files
author
Aaron Caldwell
committed
Review feedback. Remove unneeded colons in UI
1 parent 64dd8d5 commit 19ff93f

File tree

1 file changed

+3
-3
lines changed
  • x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/geo_threshold/query_builder

1 file changed

+3
-3
lines changed

x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/geo_threshold/query_builder/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const GeoThresholdAlertTypeExpression: React.FunctionComponent<AlertTypeP
181181
<h5>
182182
<FormattedMessage
183183
id="xpack.triggersActionsUI.geoThreshold.selectOffset"
184-
defaultMessage="Select offset (optional):"
184+
defaultMessage="Select offset (optional)"
185185
/>
186186
</h5>
187187
</EuiTitle>
@@ -222,7 +222,7 @@ export const GeoThresholdAlertTypeExpression: React.FunctionComponent<AlertTypeP
222222
<h5>
223223
<FormattedMessage
224224
id="xpack.triggersActionsUI.geoThreshold.selectEntity"
225-
defaultMessage="Select entity:"
225+
defaultMessage="Select entity"
226226
/>
227227
</h5>
228228
</EuiTitle>
@@ -252,7 +252,7 @@ export const GeoThresholdAlertTypeExpression: React.FunctionComponent<AlertTypeP
252252
<h5>
253253
<FormattedMessage
254254
id="xpack.triggersActionsUI.geoThreshold.selectIndex"
255-
defaultMessage="Define the condition:"
255+
defaultMessage="Define the condition"
256256
/>
257257
</h5>
258258
</EuiTitle>

0 commit comments

Comments
 (0)