docs: remove all traces of namespaces
This commit is contained in:
@ -343,7 +343,7 @@ func (err *ErrProjectCannotHaveACyclicRelationship) HTTPError() web.HTTPError {
|
||||
return web.HTTPError{
|
||||
HTTPCode: http.StatusPreconditionFailed,
|
||||
Code: ErrCodeProjectCannotHaveACyclicRelationship,
|
||||
Message: "This project cannot have a cyclic relationship to a parent project",
|
||||
Message: "This project cannot have a cyclic relationship to a parent project.",
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user