Skip to content

Commit aa04168

Browse files
authored
Minor edits in Single Metric Viewer (#82159) (#82213)
1 parent ce60adc commit aa04168

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
@@ -978,7 +978,7 @@ export class TimeSeriesExplorer extends React.Component {
978978
title={
979979
<FormattedMessage
980980
id="xpack.ml.timeSeriesExplorer.singleMetricRequiredMessage"
981-
defaultMessage="To view a single metric you must select {missingValuesCount, plural, one {a value for {fieldName1}} other {values for {fieldName1} and {fieldName2}}}"
981+
defaultMessage="To view a single metric, select {missingValuesCount, plural, one {a value for {fieldName1}} other {values for {fieldName1} and {fieldName2}}}."
982982
values={{
983983
missingValuesCount: fieldNamesWithEmptyValues.length,
984984
fieldName1: fieldNamesWithEmptyValues[0],

0 commit comments

Comments
 (0)