From 522340f52b30f70ded652fc5b243c47bca67160b Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Mon, 21 Apr 2025 13:45:51 -0400 Subject: [PATCH] Update send-test.html Fixing the case of the labels --- app/templates/views/send-test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index 7e8616793..c33c16245 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -40,7 +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.title() %} + {% set label_text = "Recipient phone number" if current_placeholder == "phone number" else current_placeholder %} {% set hint_text = "For example: +18885551234" if is_phone_number else None %} {% set extra_class = "extra-tracking" if is_phone_number else "" %}