mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-05 18:10:44 -04:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2123-back-button-context
This commit is contained in:
@@ -40,8 +40,7 @@
|
||||
) %}
|
||||
<div class="grid-row">
|
||||
{% 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 "" %}
|
||||
|
||||
<div class="grid-col-12 {{ extra_class }}">
|
||||
|
||||
@@ -1264,7 +1264,7 @@ def test_send_one_off_has_correct_page_title(
|
||||
(
|
||||
0,
|
||||
{},
|
||||
"Country code and phone number",
|
||||
"phone number",
|
||||
),
|
||||
(
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user