@@ -65,7 +65,7 @@ export const HistoricalDetectorCallout = (
65
65
< EuiFlexGroup direction = "row" gutterSize = "xs" >
66
66
< EuiLoadingSpinner size = "l" style = { { marginRight : '8px' } } />
67
67
< EuiText >
68
- < p > Stopping the historical detector </ p >
68
+ < p > Stopping the historical analysis </ p >
69
69
</ EuiText >
70
70
</ EuiFlexGroup >
71
71
</ div >
@@ -78,7 +78,7 @@ export const HistoricalDetectorCallout = (
78
78
case DETECTOR_STATE . DISABLED :
79
79
return (
80
80
< EuiCallOut
81
- title = "The historical detector is stopped"
81
+ title = "The historical analysis is stopped"
82
82
color = "primary"
83
83
iconType = "alert"
84
84
/>
@@ -91,7 +91,7 @@ export const HistoricalDetectorCallout = (
91
91
< EuiFlexGroup direction = "row" gutterSize = "xs" >
92
92
< EuiLoadingSpinner size = "l" style = { { marginRight : '8px' } } />
93
93
< EuiText >
94
- < p > Initializing the historical detector .</ p >
94
+ < p > Initializing the historical analysis .</ p >
95
95
</ EuiText >
96
96
</ EuiFlexGroup >
97
97
</ div >
@@ -110,7 +110,7 @@ export const HistoricalDetectorCallout = (
110
110
style = { { marginRight : '8px' , marginTop : '4px' } }
111
111
/>
112
112
< EuiText >
113
- < p > Running the historical detector </ p >
113
+ < p > Running the historical analysis </ p >
114
114
</ EuiText >
115
115
</ EuiFlexGroup >
116
116
{ runningProgress ? (
@@ -137,7 +137,7 @@ export const HistoricalDetectorCallout = (
137
137
< EuiSpacer size = "s" />
138
138
< EuiFlexItem grow = { false } style = { { marginLeft : '22px' } } >
139
139
< EuiButton fill = { false } onClick = { ( ) => props . onStopDetector ( ) } >
140
- Stop historical detector
140
+ Stop historical analysis
141
141
</ EuiButton >
142
142
</ EuiFlexItem >
143
143
</ div >
@@ -158,7 +158,7 @@ export const HistoricalDetectorCallout = (
158
158
< EuiCallOut
159
159
title = {
160
160
< EuiText >
161
- The historical detector has failed unexpectedly. Try restarting
161
+ The historical analysis has failed unexpectedly. Try restarting
162
162
the detector.
163
163
</ EuiText >
164
164
}
0 commit comments