Skip to content

Commit

Permalink
[ML] revert label change
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 1, 2020
1 parent 92b9cb7 commit c2e7300
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ export const ModelsList: FC = () => {
const actions: Array<Action<ModelItem>> = [
{
name: i18n.translate('xpack.ml.inference.modelsList.viewTrainingDataActionLabel', {
defaultMessage: 'View',
defaultMessage: 'View training data',
}),
description: i18n.translate('xpack.ml.inference.modelsList.viewTrainingDataActionLabel', {
defaultMessage: 'View',
defaultMessage: 'View training data',
}),
icon: 'visTable',
type: 'icon',
Expand Down

0 comments on commit c2e7300

Please sign in to comment.