Change wording

This commit is contained in:
Andrew Dinh 2021-05-16 23:37:38 -07:00
parent 48f4fc0a4a
commit 5d83768bf3
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ services:
build:
context: ../rust-captcha/docker
restart: unless-stopped

View File

@ -32,7 +32,7 @@
</div>
<input required type="text" name="captcha-solution">
<input type="hidden" name="captcha-id" value="{{ captcha_id }}">
<button type="submit">Validate</button>
<button type="submit">Submit</button>
</form>
<p>Once you get the value of f(0), go to {{ domain }}/f(0)</p>