Skip to content

Commit

Permalink
Review feedback. Remove unneeded colons in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Oct 5, 2020
1 parent 64dd8d5 commit 19ff93f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const GeoThresholdAlertTypeExpression: React.FunctionComponent<AlertTypeP
<h5>
<FormattedMessage
id="xpack.triggersActionsUI.geoThreshold.selectOffset"
defaultMessage="Select offset (optional):"
defaultMessage="Select offset (optional)"
/>
</h5>
</EuiTitle>
Expand Down Expand Up @@ -222,7 +222,7 @@ export const GeoThresholdAlertTypeExpression: React.FunctionComponent<AlertTypeP
<h5>
<FormattedMessage
id="xpack.triggersActionsUI.geoThreshold.selectEntity"
defaultMessage="Select entity:"
defaultMessage="Select entity"
/>
</h5>
</EuiTitle>
Expand Down Expand Up @@ -252,7 +252,7 @@ export const GeoThresholdAlertTypeExpression: React.FunctionComponent<AlertTypeP
<h5>
<FormattedMessage
id="xpack.triggersActionsUI.geoThreshold.selectIndex"
defaultMessage="Define the condition:"
defaultMessage="Define the condition"
/>
</h5>
</EuiTitle>
Expand Down

0 comments on commit 19ff93f

Please sign in to comment.