1436 - small content change for mobile number hint

This commit is contained in:
Jonathan Bobel
2024-04-17 12:39:10 -04:00
parent 337920389f
commit 7bd9c748e5

View File

@@ -16,7 +16,7 @@ Set up your profile
{{ form.name(param_extensions={}) }} {{ form.name(param_extensions={}) }}
<div class="extra-tracking"> <div class="extra-tracking">
{{ form.mobile_number(param_extensions={ {{ form.mobile_number(param_extensions={
"hint": {"text": "We'll send you a security code by text message"}, "hint": {"text": "We need your number so you can send yourself test texts"},
}) }} }) }}
</div> </div>
<!--{{ usaSelect({ <!--{{ usaSelect({