diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index 70e6b925a..d17a5484d 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -40,8 +40,7 @@ ) %}
{% set is_phone_number = form.placeholder_value.label.text == "phone number" %} - {% set label_text = "Country code and phone number" if current_placeholder == "phone number" else current_placeholder %} - {% set hint_text = "For example: +18885551234" if is_phone_number else None %} + {% set label_text = " phone number" if current_placeholder == "phone number" else current_placeholder %} {% set extra_class = "extra-tracking" if is_phone_number else "" %}
diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index e3617d9f8..ac81050ad 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -1264,7 +1264,7 @@ def test_send_one_off_has_correct_page_title( ( 0, {}, - "Country code and phone number", + "phone number", ), ( 1,