diff --git a/internal/weldr/api.go b/internal/weldr/api.go index 48f89635d..9bcbf18e0 100644 --- a/internal/weldr/api.go +++ b/internal/weldr/api.go @@ -1314,7 +1314,7 @@ func (api *API) blueprintsFreezeHandler(writer http.ResponseWriter, request *htt if bp == nil { rerr := responseError{ ID: "UnknownBlueprint", - Msg: fmt.Sprintf("%s: blueprint_not_found", name), + Msg: fmt.Sprintf("%s: blueprint not found", name), } errors = append(errors, rerr) break