Skip to content

Commit

Permalink
[ML] Text tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 6, 2020
1 parent 996e151 commit f4186e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const DeleteButton: FC<DeleteButtonProps> = ({ item, onClick }) => {
? i18n.translate(
'xpack.ml.dataframe.analyticsList.deleteActionDisabledToolTipContent',
{
defaultMessage: 'Stop the data frame analytics in order to delete it.',
defaultMessage: 'Stop the data frame analytics job in order to delete it.',
}
)
: createPermissionFailureMessage('canStartStopDataFrameAnalytics')
Expand Down

0 comments on commit f4186e7

Please sign in to comment.