From df3d71f6f5d5e3cb3ab8c0fefaef7c419c10db37 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 18 Sep 2023 21:23:52 -0700 Subject: fix: spelling on captcha message --- api/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/app.py') diff --git a/api/app.py b/api/app.py index 24d4955..165cb14 100644 --- a/api/app.py +++ b/api/app.py @@ -192,7 +192,7 @@ def generate_organization_captcha(org): question['answer'] = False return_data = { "category": "affiliation", - "title": "Select all the VTuber affiliated with "+org, + "title": "Select all the VTubers affiliated with "+org, "questions": question_data, "onFail": { "text": "You got some wrong", -- cgit v1.2.3