diff --git a/files/routes/holes.py b/files/routes/holes.py index 8d5d37c234..0e2a8a1b13 100644 --- a/files/routes/holes.py +++ b/files/routes/holes.py @@ -507,7 +507,7 @@ def post_hole_css(v, hole): ) g.db.add(ma) - return {"message": "CSS changed successfully!"} + return {"message": "CSS edited successfully!"} @app.get("/h//css") @limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)