Skip to content

Commit

Permalink
[ML] rename empty field label
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Mar 30, 2020
1 parent 0c1ee7d commit 0832ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ interface EntityControlState {
export const EMPTY_FIELD_VALUE_LABEL = i18n.translate(
'xpack.ml.timeSeriesExplorer.emptyPartitionFieldLabel.',
{
defaultMessage: 'blank (empty string)',
defaultMessage: '"" (empty string)',
}
);

Expand Down

0 comments on commit 0832ca8

Please sign in to comment.