Skip to content

Commit e75129d

Browse files
committed
msgs
1 parent cfd0ab0 commit e75129d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/models-library/src/models_library/api_schemas_webserver/projects_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,6 @@ class ProjectNodeServicesGet(OutputSchema):
229229
missing: Annotated[
230230
list[ServiceKeyVersion] | None,
231231
Field(
232-
description="List of services in defined in the project but that were not found in the catalog"
232+
description="List of services defined in the project but that were not found in the catalog"
233233
),
234234
] = None

services/web/server/src/simcore_service_webserver/projects/_controller/_rest_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
),
272272
CatalogBatchNotFoundRpcError: HttpErrorInfo(
273273
status.HTTP_404_NOT_FOUND,
274-
user_message("None of the items '{name}' were not found.", _version=1),
274+
user_message("None of these items '{name}' could be found.", _version=1),
275275
),
276276
}
277277

0 commit comments

Comments
 (0)