diff --git a/main.go b/main.go index c95e6e5..1168b73 100644 --- a/main.go +++ b/main.go @@ -68,7 +68,7 @@ func main() { if !regexp.MustCompile(`^(http|https|mailto|ts3server)://`).MatchString(u.URL) { return c.Render("home", fiber.Map{ - "ERR": err.Error(), + "ERR": "Invalid URL, please check and try again.", }) }