Skip to content

Commit 0ad8ec5

Browse files
authored
Changes error message for fully labeled projects (#174)
1 parent c3ff152 commit 0ad8ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/mutation/data_slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def mutate(self, info, project_id, embedding_id):
117117
NotificationType.CUSTOM,
118118
user_id,
119119
project_id,
120-
"All records labeled. No outliers found.",
120+
"Not enough unlabeled records. No outliers detected.",
121121
)
122122
else:
123123
notification.send_organization_update(

0 commit comments

Comments
 (0)