Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Aug 9, 2023
1 parent 502c866 commit 988b399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const FieldStatsInfoButton = ({
const themeVars = useCurrentThemeVars();
const emptyFieldMessage = isEmpty
? ' ' +
i18n.translate('xpack.ml.newJob.wizard.fieldContextPopover.inspectFieldStatsTooltip', {
i18n.translate('xpack.ml.newJob.wizard.fieldContextPopover.emptyFieldInSampleDocsMsg', {
defaultMessage: '(no data found in 1000 sample records)',
})
: '';
Expand Down

0 comments on commit 988b399

Please sign in to comment.