diff --git a/routers/api/v1/repo/release.go b/routers/api/v1/repo/release.go index 68254a530a..336741b932 100644 --- a/routers/api/v1/repo/release.go +++ b/routers/api/v1/repo/release.go @@ -267,7 +267,7 @@ func CreateRelease(ctx *context.APIContext) { } } else { if !rel.IsTag { - ctx.Error(http.StatusConflict, "GetRelease", "Release is has no Tag") + ctx.Error(http.StatusConflict, "GetRelease", "Release has no Tag") return }