Skip to content

Commit a137daf

Browse files
committed
fix: i18n labels corrected to camelcase
1 parent b42992a commit a137daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold

x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function getAlertType(): AlertTypeModel<IndexThresholdAlertParams, Alerts
2626
alertParamsExpression: lazy(() => import('./expression')),
2727
validate: validateExpression,
2828
defaultActionMessage: i18n.translate(
29-
'xpack.triggersActionsUI.builtin_alert_types.threshold.alertDefaultActionMessage',
29+
'xpack.triggersActionsUI.components.builtinAlertTypes.threshold.alertDefaultActionMessage',
3030
{
3131
defaultMessage: `alert \\{\\{alertName\\}\\} group \\{\\{context.group\\}\\} value \\{\\{context.value\\}\\} exceeded threshold \\{\\{context.function\\}\\} over \\{\\{params.timeWindowSize\\}\\}\\{\\{params.timeWindowUnit\\}\\} on \\{\\{context.date\\}\\}`,
3232
}

0 commit comments

Comments
 (0)