Skip to content

Commit

Permalink
Update toast text
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 2, 2023
1 parent 463a30f commit af10dbf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ export function DimensionEditor(props: DimensionEditorProps) {
title: i18n.translate('xpack.lens.uiInfo.otherBucketChangeTitle', {
defaultMessage: 'Group remaining values as "Other" disabled',
}),
text: i18n.translate('xpack.lens.uiInfo.otherBucketChangeToAlphabetical', {
defaultMessage: 'Enable it from the "Advanced" options.',
text: i18n.translate('xpack.lens.uiInfo.otherBucketDisabled', {
defaultMessage:
'Top values is >=1000, which can slow performance. Enable it again in “Advanced” options.',
}),
});
}
Expand Down

0 comments on commit af10dbf

Please sign in to comment.