Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jul 9, 2021
1 parent 8ef767e commit 013b0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/public/application/explorer/explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export class ExplorerUI extends React.Component {
allAnnotationsCnt > annotationsCnt ? (
<EuiBadge color={'hollow'}>
<FormattedMessage
id="xpack.ml.explorer.annotationsTitleTotalCount"
id="xpack.ml.explorer.annotationsOutOfTotalCountTitle"
defaultMessage="First {visibleCount} out of a total of {totalCount}"
values={{ visibleCount: annotationsCnt, totalCount: allAnnotationsCnt }}
/>
Expand Down

0 comments on commit 013b0c2

Please sign in to comment.