Skip to content

Commit

Permalink
Minor edits in Single Metric Viewer (#82159) (#82215)
Browse files Browse the repository at this point in the history
lcawl authored Nov 2, 2020
1 parent 997f806 commit 8daab41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1138,7 +1138,7 @@ export class TimeSeriesExplorer extends React.Component {
title={
<FormattedMessage
id="xpack.ml.timeSeriesExplorer.singleMetricRequiredMessage"
defaultMessage="To view a single metric you must select {missingValuesCount, plural, one {a value for {fieldName1}} other {values for {fieldName1} and {fieldName2}}}"
defaultMessage="To view a single metric, select {missingValuesCount, plural, one {a value for {fieldName1}} other {values for {fieldName1} and {fieldName2}}}."
values={{
missingValuesCount: fieldNamesWithEmptyValues.length,
fieldName1: fieldNamesWithEmptyValues[0],

0 comments on commit 8daab41

Please sign in to comment.