[tor-commits] [newsletter/master] fix typo in the newsletter signup form

arma at torproject.org arma at torproject.org
Fri Jul 23 01:12:33 UTC 2021


commit a07c4cac064c0f034098327e9c913a43b3f3f13e
Author: Roger Dingledine <arma at torproject.org>
Date:   Thu Jul 22 21:12:24 2021 -0400

    fix typo in the newsletter signup form
---
 templates/intro.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/intro.html b/templates/intro.html
index 50e3e64..60a77f5 100644
--- a/templates/intro.html
+++ b/templates/intro.html
@@ -44,7 +44,7 @@
         </div>
         <div class="form-group row">
           <div class="col-sm-6 captcha">
-            <input id="captcha" type="text" class="form-control form-control-lg form-required" data-name="captcha" data-stripe="captcha" aria-label="captcha" name="captcha" size="4" placeholder="* Enter the 4 letters (case insenstive) that appear below">
+            <input id="captcha" type="text" class="form-control form-control-lg form-required" data-name="captcha" data-stripe="captcha" aria-label="captcha" name="captcha" size="4" placeholder="* Enter the 4 letters (case insensitive) that appear below">
             <img src="https://donate-api.torproject.org/captcha" border="0" />
           </div>
         </div>



More information about the tor-commits mailing list