Skip to content

Commit f71ddfb

Browse files
pcrespovCopilot
andauthored
Update services/web/server/src/simcore_service_webserver/projects/_controller/_rest_exceptions.py
Co-authored-by: Copilot <[email protected]>
1 parent a32fc97 commit f71ddfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 the items '{name}' could be found.", _version=1),
275275
),
276276
}
277277

0 commit comments

Comments
 (0)