diff options
| author | Jakob L. Kreuze | 2023-08-27 19:41:14 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2023-08-27 19:41:14 -0400 |
| commit | 7b24e7c7c42fa497705b51a67ead4af575224f4e (patch) | |
| tree | 2fd8b8e99d1e85c69df312090eab00ad3ff70499 /haunt/jakob/dynamic/capabilities | |
| parent | 94af23a294371efa2fb147633ef4c074bfce3174 (diff) | |
[comments] Clearer intent with form labels
Diffstat (limited to 'haunt/jakob/dynamic/capabilities')
| -rw-r--r-- | haunt/jakob/dynamic/capabilities/comment-form.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/haunt/jakob/dynamic/capabilities/comment-form.scm b/haunt/jakob/dynamic/capabilities/comment-form.scm index ddb02f4..9e6e81c 100644 --- a/haunt/jakob/dynamic/capabilities/comment-form.scm +++ b/haunt/jakob/dynamic/capabilities/comment-form.scm @@ -66,7 +66,9 @@ "")))) (input (@ (type "text") (id "captcha") (name "captcha") (size 24)))) (button (@ (id "pow-trigger") (hidden #t)) - "Too hard? (Or unable to see the challenge?) Click here.") + "Too hard? (Or unable to see the challenge?)" + (br) + "Click here for an alternative captcha.") (input (@ (autocomplete "off") (type "text") (id "captcha-id") (name "captcha-id") (hidden #t) (value ,captcha-id))) (input (@ (autocomplete "off") (type "text") (id "captcha-alt") (name "captcha-alt") (hidden #t))) (input (@ (autocomplete "off") (type "text") (id "captcha-alt-id") (name "captcha-alt-id") (hidden #t))) |