We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1bcef commit 1ae337bCopy full SHA for 1ae337b
1 file changed
x-pack/plugins/observability/public/components/shared/exploratory_view/exploratory_view.tsx
@@ -89,7 +89,8 @@ export function ExploratoryView() {
89
} else {
90
notifications?.toasts.add(
91
i18n.translate('xpack.observability.exploratoryView.noBrusing', {
92
- defaultMessage: 'Zoom by brush selection is only available on time series charts.',
+ defaultMessage:
93
+ 'Zoom by brush selection is only available on time series charts.',
94
})
95
);
96
}
0 commit comments