From 203107c90eb3a1cb00841ff47f1f0953200a652a Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 11 Feb 2024 12:13:47 +0200 Subject: [PATCH] "changed" to "edited" --- files/routes/holes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)