From c5ae1f3d5e520c22b715613b412e11328650df66 Mon Sep 17 00:00:00 2001 From: Shahzad Date: Thu, 8 Apr 2021 14:01:27 +0200 Subject: [PATCH] fix test --- .../shared/exploratory_view/configurations/lens_attributes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts b/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts index 2c098c2aaa2f6..12a5b19fb02fc 100644 --- a/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts +++ b/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts @@ -130,7 +130,7 @@ export class LensAttributes { ): AvgIndexPatternColumn | MedianIndexPatternColumn { return { ...buildNumberColumn(sourceField), - label: i18n.translate('xpack.observability.expView.columns.label', { + label: i18n.translate('xpack.observability.expView.columns.operation.label', { defaultMessage: '{operationType} of {sourceField}', values: { sourceField: this.reportViewConfig.labels[sourceField],