Skip to content

Commit

Permalink
Update src/plugins/chart_expressions/expression_metric/common/express…
Browse files Browse the repository at this point in the history
…ion_functions/metric_vis_function.ts

Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
  • Loading branch information
drewdaemon and markov00 authored Jul 8, 2022
1 parent b915480 commit cac03f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const metricVisFunction = (): MetricVisExpressionFunctionDefinition => ({
},
maxCols: {
types: ['number'],
help: i18n.translate('expressionMetricVis.function.numCols.help', {
help: i18n.translate('expressionMetricVis.function.maxCols.help', {
defaultMessage: 'Specifies the max number of columns in the metric grid.',
}),
default: 5,
Expand Down

0 comments on commit cac03f5

Please sign in to comment.