mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Translate jobs list annotations tab label. (#28246)
This commit is contained in:
parent
84181e3e42
commit
e261c74fe8
1 changed files with 4 additions and 1 deletions
|
@ -133,7 +133,10 @@ class JobDetailsUI extends Component {
|
|||
if (mlAnnotationsEnabled) {
|
||||
tabs.push({
|
||||
id: 'annotations',
|
||||
name: 'Annotations',
|
||||
name: intl.formatMessage({
|
||||
id: 'xpack.ml.jobsList.jobDetails.tabs.annotationsLabel',
|
||||
defaultMessage: 'Annotations'
|
||||
}),
|
||||
content: <AnnotationsTable jobs={[job]} drillDown={true} />,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue