From 5fc0329c976def60ecbbbcd6d7f4ff514b9c618c Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 12 Dec 2023 10:02:26 -0800 Subject: [PATCH 1/4] content changes --- app/templates/views/signedout.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 3ef370486..5014623d6 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -16,9 +16,8 @@ Notify.gov
-

Send text messages to your participants

-

Notify.gov is a text messaging service that helps federal, state, local, tribal, and territorial governments more - effectively communicate with their program participants.

+

Reach people where they are with government-powered text messages

+

Notify.gov is a text message service that helps federal, state, local, tribal and territorial goverments more effectively communicate with the people who use their services.

Sign in if you are an existing pilot partner @@ -304,4 +303,4 @@ Notify.gov
--> -{% endblock %} \ No newline at end of file +{% endblock %} From 13d3ffd9143df7e1f1bb3cb12e88f00df143e863 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 12 Dec 2023 10:04:38 -0800 Subject: [PATCH 2/4] fixed typo --- app/templates/views/signedout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 5014623d6..f672bf626 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -17,7 +17,7 @@ Notify.gov

Reach people where they are with government-powered text messages

-

Notify.gov is a text message service that helps federal, state, local, tribal and territorial goverments more effectively communicate with the people who use their services.

+

Notify.gov is a text message service that helps federal, state, local, tribal and territorial governments more effectively communicate with the people who use their services.

Sign in if you are an existing pilot partner From 218359411d2be5f6aa1bd06b5512f5f6469777cc Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 12 Dec 2023 10:16:06 -0800 Subject: [PATCH 3/4] updated test --- tests/app/main/views/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index e9ea4dcf0..0b584962a 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -15,7 +15,7 @@ def test_non_logged_in_user_can_see_homepage( client_request.logout() page = client_request.get("main.index", _test_page_title=False) - assert page.h1.text.strip() == ("Send text messages to your participants") + assert page.h1.text.strip() == ("Reach people where they are with government-powered text messages") assert page.select_one("a.usa-button.usa-button--big")["href"] == url_for( "main.sign_in", From fea6e0a0d07088a6452d72f0da6443c7b7beae3e Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 12 Dec 2023 11:34:20 -0800 Subject: [PATCH 4/4] update content text --- app/templates/views/signedout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index f672bf626..8c703d847 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -17,7 +17,7 @@ Notify.gov

Reach people where they are with government-powered text messages

-

Notify.gov is a text message service that helps federal, state, local, tribal and territorial governments more effectively communicate with the people who use their services.

+

Notify.gov is a text message service that helps federal, state, local, tribal and territorial governments more effectively communicate with the people they serve.

Sign in if you are an existing pilot partner