Skip to content

Commit 9f7f298

Browse files
committed
fix empty ml model message
1 parent 2f4aaea commit 9f7f298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datahub-web-react/src/app/entity/shared/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const EMPTY_MESSAGES = {
8484
},
8585
mlModel: {
8686
title: 'No ML models',
87-
description: 'Add ML models to entities to classify their data.',
87+
description: 'ML models will appear here if they are associated with this ML model group.',
8888
},
8989
};
9090

0 commit comments

Comments
 (0)