[ML] Translate jobs list annotations tab label. (#28246)

This commit is contained in:
Walter Rafelsberger 2019-01-09 12:43:32 +01:00 committed by GitHub
parent 84181e3e42
commit e261c74fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} />,
});
}