cloudapi/v2/server: rephrase error message

This commit is contained in:
Florian Schüller 2024-11-13 16:37:21 +01:00 committed by Sanne Raymaekers
parent 02778b5361
commit 992f876da0

View file

@ -519,8 +519,7 @@ func serializeManifest(ctx context.Context, manifestSource *manifest.Manifest, w
jobResult.JobError = clienterrors.New(clienterrors.ErrorDepsolveTimeout,
"Timeout while waiting for package dependency resolution",
"There may be a temporary issue with compute resources. "+
"Were looking into it, please try again later.",
"There may be a temporary issue with compute resources.",
)
break
default: