Skip to content

Commit

Permalink
[ML] Fix i18n id.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed May 12, 2020
1 parent 3bdbf03 commit 16bb23f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const progressColumn = {
</EuiFlexItem>
<EuiFlexItem style={{ width: '40px' }} grow={false}>
<EuiToolTip
content={i18n.translate('xpack.ml.dataframe.analyticsList.progress', {
content={i18n.translate('xpack.ml.dataframe.analyticsList.progressOfPhase', {
defaultMessage: 'Progress of phase {currentPhase}: {progress}%',
values: {
currentPhase,
Expand Down

0 comments on commit 16bb23f

Please sign in to comment.