diff --git a/app/templates/views/security.html b/app/templates/views/security.html index 6d0b3e67d..eeb13bf51 100644 --- a/app/templates/views/security.html +++ b/app/templates/views/security.html @@ -66,7 +66,7 @@
Some messages include sensitive information like security codes or password reset links.
If you’re sending a message with sensitive information, you can choose to hide those details on the Notify dashboard once the message has been sent. This means that only the message recipient will be able to see that information.
+ alt="Screenshot of a test message in review with the link to 'Hide all personalized and conditional content after sending for increased privacy protection' emphasized.">
To sign in to Notify, you’ll need to enter:
diff --git a/app/templates/views/templates/template.html b/app/templates/views/templates/template.html index 21978f655..3fe2a1493 100644 --- a/app/templates/views/templates/template.html +++ b/app/templates/views/templates/template.html @@ -14,7 +14,7 @@ {% if show_redaction_message %}Personalization is hidden after sending
diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index d9fd5b153..b23caf925 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -1868,7 +1868,8 @@ def test_should_show_message_before_redacting_template( ) assert ( - "Are you sure you want to hide personalization after sending?" + "Are you sure you want to hide all personalized and conditional" + " content after sending for increased privacy protection?" ) in page.select(".banner-dangerous")[0].text form = page.select(".banner-dangerous form")[0]