diff --git a/lib/galaxy/webapps/galaxy/services/datasets.py b/lib/galaxy/webapps/galaxy/services/datasets.py index e37571045b6d..67536e48cd97 100644 --- a/lib/galaxy/webapps/galaxy/services/datasets.py +++ b/lib/galaxy/webapps/galaxy/services/datasets.py @@ -199,7 +199,7 @@ class DeleteDatasetBatchResult(BaseModel): errors: Optional[List[DatasetErrorMessage]] = Field( default=None, description=( - "A collection of dataset IDs and the corresponding error message if something " + "A list of dataset IDs and the corresponding error message if something " "went wrong while processing the dataset." ), )