diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 3ef370486..8c703d847 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -16,9 +16,8 @@ Notify.gov
Notify.gov is a text messaging service that helps federal, state, local, tribal, and territorial governments more - effectively communicate with their program participants.
+Notify.gov is a text message service that helps federal, state, local, tribal and territorial governments more effectively communicate with the people they serve.
--> -{% endblock %} \ No newline at end of file +{% endblock %} 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",