From 561b2a345cb21761bf2d4684de4f4c785698d49e Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Tue, 21 Jan 2025 16:00:59 -0500 Subject: [PATCH 1/3] Reverted change that accidentally pushed to main --- app/templates/views/about/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/about/about.html b/app/templates/views/about/about.html index 56d8f5418..db7be207a 100644 --- a/app/templates/views/about/about.html +++ b/app/templates/views/about/about.html @@ -27,7 +27,7 @@

{{page_title}}

{% set product_highlights = [ { "svg_src": "#send", - "card_heading": "Send customized one-way messages", + "card_heading": "Send customized one-way customized messages", "p_text": "Upload a file with recipient phone numbers and Notify.gov sends customized messages", }, { From 564db4cd845f58d26230ce7c137e2a5a17e9b268 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Tue, 21 Jan 2025 16:01:46 -0500 Subject: [PATCH 2/3] Removing redundant text --- app/templates/views/about/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/about/about.html b/app/templates/views/about/about.html index db7be207a..56d8f5418 100644 --- a/app/templates/views/about/about.html +++ b/app/templates/views/about/about.html @@ -27,7 +27,7 @@

{{page_title}}

{% set product_highlights = [ { "svg_src": "#send", - "card_heading": "Send customized one-way customized messages", + "card_heading": "Send customized one-way messages", "p_text": "Upload a file with recipient phone numbers and Notify.gov sends customized messages", }, { From 16b43fa5bc5abb5168fd9e2ecd58e39cfd61e490 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Tue, 21 Jan 2025 16:03:50 -0500 Subject: [PATCH 3/3] Removed whitespace to trigger file change for PR --- app/templates/views/about/about.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/views/about/about.html b/app/templates/views/about/about.html index 56d8f5418..bc8fec04d 100644 --- a/app/templates/views/about/about.html +++ b/app/templates/views/about/about.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% set page_title = "About Notify" %} - {% block per_page_title %} {{page_title}} {% endblock %}