From 8ca32f476c5117084224e712621704c6d8cc1b16 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 26 Mar 2024 11:23:39 -0400 Subject: [PATCH] 810 - Content updates to link area in Send Message flow --- app/templates/views/security.html | 2 +- app/templates/views/templates/template.html | 5 +++-- tests/app/main/views/test_templates.py | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) 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.

Screenshot of a test message in review with the link to 'hide personalization after sending' circled. + 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.">

Two-factor authentication

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 %}
- {% call banner_wrapper(type='dangerous', subhead='Are you sure you want to hide personalization after sending?') %} + {% call banner_wrapper(type='dangerous', subhead='Are you sure you want to hide all personalized and conditional content after sending for increased privacy protection?') %}