Skip to content

Commit

Permalink
fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Feb 5, 2024
1 parent ba542f1 commit 9078703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ export class TimeSeriesExplorerEmbeddableChart extends React.Component {
contextForecastData,
dataNotChartable,
focusAggregationInterval,
// focusAnnotationError,
focusAnnotationData,
focusChartData,
focusForecastData,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
import { EmbeddableLoading } from '../common/components/embeddable_loading_fallback';

export const getDefaultSingleMetricViewerPanelTitle = (jobIds: JobId[]) =>
i18n.translate('xpack.ml.anomalyChartsEmbeddable.title', {
i18n.translate('xpack.ml.singleMetricViewerEmbeddable.title', {
defaultMessage: 'ML single metric viewer chart for {jobIds}',
values: { jobIds: jobIds.join(', ') },
});
Expand Down

0 comments on commit 9078703

Please sign in to comment.