mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Shortens toast message in DFA job map (#165936)
## Summary This PR removes an unnecessary `please` from a toast message making it more succinct. ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
This commit is contained in:
parent
9e0decddf8
commit
488b987754
1 changed files with 1 additions and 2 deletions
|
@ -140,8 +140,7 @@ export const Controls: FC<Props> = React.memo(
|
|||
} else {
|
||||
toasts.addDanger(
|
||||
i18n.translate('xpack.ml.dataframe.analyticsMap.flyout.dataViewMissingMessage', {
|
||||
defaultMessage:
|
||||
'To create a job from this index please create a data view for {indexTitle}.',
|
||||
defaultMessage: 'To create a job from this index create a data view for {indexTitle}.',
|
||||
values: { indexTitle: nodeLabel },
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue