Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor edits in Single Metric Viewer
Browse files Browse the repository at this point in the history
lcawl committed Oct 30, 2020

Verified

This commit was signed with the committer’s verified signature.
1 parent f5b1fae commit 4e8fb93
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 4e8fb93

Please sign in to comment.