small fixes

This commit is contained in:
crapStone 2023-11-16 00:48:56 +01:00
parent 2eaa9f82c2
commit d48315ab57
No known key found for this signature in database
GPG key ID: D74B82E7CDD863FE
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ func handleSubDomain(log zerolog.Logger, ctx *context.Context, giteaClient *gite
// Couldn't find a valid repo/branch
html.ReturnErrorPage(ctx,
fmt.Sprintf("could not find a valid repository or branch: <code>%s</code>", targetRepo),
fmt.Sprintf("could not find a valid repository or branch for repository: <code>%s</code>", targetRepo),
http.StatusNotFound)
}