From 97b35839afb53ebc735a767d56f48899b1d8c309 Mon Sep 17 00:00:00 2001 From: Marta Bondyra Date: Fri, 21 Aug 2020 18:18:08 +0200 Subject: [PATCH] Update x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx --- .../plugins/lens/public/indexpattern_datasource/field_item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx b/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx index 8d023d67abd45..a0cc5ec352130 100644 --- a/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx +++ b/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx @@ -191,7 +191,7 @@ export const InnerFieldItem = function InnerFieldItem(props: FieldItemProps) { defaultMessage: 'Click for a field preview, or drag and drop to visualize.', }) : i18n.translate('xpack.lens.indexPattern.fieldStatsButtonEmptyLabel', { - defaultMessage: 'This field doesn't have data. Drag and drop to visualize.', + defaultMessage: "This field doesn't have data. Drag and drop to visualize.", }) } type="iInCircle"