Skip to content

Commit

Permalink
Minor edits in Single Metric Viewer (elastic#82159)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Oct 31, 2020
1 parent f2cf1dd commit 1c267dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 1c267dd

Please sign in to comment.