From 16a655a518cf93cb6fed4f6c0078ffd18c563773 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 22 Aug 2021 23:51:40 +0200 Subject: [PATCH] fdfd4 --- files/routes/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/settings.py b/files/routes/settings.py index df2b0de477..08d334d105 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -214,7 +214,7 @@ def themecolor(v): @validate_formkey def gumroad(v): if not (v.email and v.is_activated): - return {"error": "You must have to a verified email to verify patron status"}, 400 + return {"error": "You must have a verified email to verify patron status and claim awards"}, 400 data = { 'access_token': GUMROAD_TOKEN,