Skip to content

Commit 8daab41

Browse files
authored
Minor edits in Single Metric Viewer (#82159) (#82215)
1 parent 997f806 commit 8daab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/ml/public/application/timeseriesexplorer/timeseriesexplorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ export class TimeSeriesExplorer extends React.Component {
11381138
title={
11391139
<FormattedMessage
11401140
id="xpack.ml.timeSeriesExplorer.singleMetricRequiredMessage"
1141-
defaultMessage="To view a single metric you must select {missingValuesCount, plural, one {a value for {fieldName1}} other {values for {fieldName1} and {fieldName2}}}"
1141+
defaultMessage="To view a single metric, select {missingValuesCount, plural, one {a value for {fieldName1}} other {values for {fieldName1} and {fieldName2}}}."
11421142
values={{
11431143
missingValuesCount: fieldNamesWithEmptyValues.length,
11441144
fieldName1: fieldNamesWithEmptyValues[0],

0 commit comments

Comments
 (0)