Skip to content

Commit

Permalink
Small changes in text
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 2, 2023
1 parent af10dbf commit 531b4c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ export function DimensionEditor(props: DimensionEditorProps) {
if (isLayerChangingDueToOtherBucketChange(state.layers[layerId], newLayer)) {
props.notifications.toasts.add({
title: i18n.translate('xpack.lens.uiInfo.otherBucketChangeTitle', {
defaultMessage: 'Group remaining values as "Other" disabled',
defaultMessage: 'Group remaining values as Other disabled',
}),
text: i18n.translate('xpack.lens.uiInfo.otherBucketDisabled', {
defaultMessage:
'Top values is >=1000, which can slow performance. Enable it again in “Advanced” options.',
'Values >= 1000 may slow performance. Re-enable the setting in “Advanced” options.',
}),
});
}
Expand Down

0 comments on commit 531b4c4

Please sign in to comment.