From 4e7b7fe8074d8e825d18148f1e85a543adfdf647 Mon Sep 17 00:00:00 2001 From: Marta Bondyra Date: Wed, 19 Aug 2020 14:30:41 +0200 Subject: [PATCH] fix: i18n --- .../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 4a721ed65d76e..a236074142d6b 100644 --- a/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx +++ b/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx @@ -190,7 +190,7 @@ export const InnerFieldItem = function InnerFieldItem(props: FieldItemProps) { ? i18n.translate('xpack.lens.indexPattern.fieldStatsButtonLabel', { defaultMessage: 'Click for a field preview, or drag and drop to visualize.', }) - : i18n.translate('xpack.lens.indexPattern.fieldStatsButtonLabel', { + : i18n.translate('xpack.lens.indexPattern.fieldStatsButtonEmptyLabel', { defaultMessage: 'No data for this field. Drag and drop to visualize.', }) }