Change wording

This commit is contained in:
Andrew Dinh 2021-05-16 23:41:46 -07:00
parent 7860d0ef3e
commit c4f3922ef0
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</div>
<input required type="text" name="captcha-solution" placeholder="CAPTCHA Solution">
<input type="hidden" name="captcha-id" value="{{ captcha_id }}">
<button type="submit">Validate</button>
<button type="submit">Submit</button>
</form>
<p>Source code available on <a target="_blank" rel="noopener noreferrer" href="https://github.com/andrewkdinh/simple-contact">GitHub</a> and <a target="_blank" rel="noopener noreferrer" href="https://gitea.andrewkdinh.com/andrewkdinh/simple-contact">Gitea</a></p>