Skip to content

Commit

Permalink
Update x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored Aug 21, 2020
1 parent 408a75c commit 97b3583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 97b3583

Please sign in to comment.