Skip to content

Commit

Permalink
[7.11] Update geo alerts index description: geo shape/point -> `geo…
Browse files Browse the repository at this point in the history
… point` (#88860) (#88992)
  • Loading branch information
Aaron Caldwell authored Jan 21, 2021
1 parent f101a1e commit ad28675
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ export const EntityIndexExpression: FunctionComponent<Props> = ({
<ExpressionWithPopover
isInvalid={isInvalid}
value={indexPattern.title}
defaultValue={'Select an index pattern and geo shape/point field'}
defaultValue={i18n.translate('xpack.stackAlerts.geoContainment.entityIndexSelect', {
defaultMessage: 'Select an index pattern and geo point field',
})}
popoverContent={indexPopover}
expressionDescription={i18n.translate('xpack.stackAlerts.geoContainment.entityIndexLabel', {
defaultMessage: 'index',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ export const EntityIndexExpression: FunctionComponent<Props> = ({
<ExpressionWithPopover
isInvalid={isInvalid}
value={indexPattern.title}
defaultValue={'Select an index pattern and geo shape/point field'}
defaultValue={i18n.translate('xpack.stackAlerts.geoThreshold.entityIndexSelect', {
defaultMessage: 'Select an index pattern and geo point field',
})}
popoverContent={indexPopover}
expressionDescription={i18n.translate('xpack.stackAlerts.geoThreshold.entityIndexLabel', {
defaultMessage: 'index',
Expand Down

0 comments on commit ad28675

Please sign in to comment.