diff --git a/cg/services/order_validation_service/models/errors.py b/cg/services/order_validation_service/models/errors.py index 3a59675056..23e4252791 100644 --- a/cg/services/order_validation_service/models/errors.py +++ b/cg/services/order_validation_service/models/errors.py @@ -62,7 +62,7 @@ class ApplicationNotValidError(CaseSampleError): class ApplicationNotCompatibleError(CaseSampleError): field: str = "application" - message: str = "Application is not compatible with the chosen workflow" + message: str = "Application is not allowed for the chosen workflow" class RepeatedCaseNameError(CaseError):