Skip to content

Commit

Permalink
Minor edits in Single Metric Viewer (#82159) (#82213)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Nov 2, 2020
1 parent ce60adc commit aa04168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,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],
Expand Down

0 comments on commit aa04168

Please sign in to comment.