diff --git a/frontend/src/app/_protected/pages/manage/machine-learning/components/machine-learning-edit-model/machine-learning-edit-model.component.ts b/frontend/src/app/_protected/pages/manage/machine-learning/components/machine-learning-edit-model/machine-learning-edit-model.component.ts index c746a636f2..f7d0cb42b7 100644 --- a/frontend/src/app/_protected/pages/manage/machine-learning/components/machine-learning-edit-model/machine-learning-edit-model.component.ts +++ b/frontend/src/app/_protected/pages/manage/machine-learning/components/machine-learning-edit-model/machine-learning-edit-model.component.ts @@ -183,7 +183,7 @@ export class MachineLearningEditTypeComponent implements OnInit { error: () => { this.isLoading = false; - this.generalService.showFeedback('Something went wrong as we tried to retrieve roles', 'errorMessage'); + this.generalService.showFeedback('Something went wrong as we tried to retrieve questionnaires', 'errorMessage'); this.generalService.hideLoading(); } });