diff --git a/files/routes/settings.py b/files/routes/settings.py index df2b0de47..08d334d10 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,