Skip to content

Commit

Permalink
update partial bucket message
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Sep 10, 2019
1 parent f9bbb01 commit a396959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class DiscoverHistogram extends Component<DiscoverHistogramProps> {

const partialDataText = i18n.translate('kbn.discover.histogram.partialData.bucketTooltipText', {
defaultMessage:
'Part of this bucket may contain partial data. The selected time range does not fully cover it.',
'The selected time range does not include this entire bucket, it may contain partial data.',
});

if (headerDataValue < domainStart || headerDataValue + xInterval > domainEnd) {
Expand Down

0 comments on commit a396959

Please sign in to comment.