diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-09-18 21:23:52 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-09-18 21:23:52 -0700 |
| commit | df3d71f6f5d5e3cb3ab8c0fefaef7c419c10db37 (patch) | |
| tree | 44c594b56e1b6463d940384c0bc5470aa45e9945 /api | |
| parent | 011365dac81888cc1f2fb43f5c69ce0a92949ee3 (diff) | |
fix: spelling on captcha message
Diffstat (limited to 'api')
| -rw-r--r-- | api/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
