diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 5484e8464..5879dd882 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -24,111 +24,12 @@ import usaButton %} {% block meta %} Sunsetting Notify.gov

- As of May 30, 2025, this service is no longer available. + This beta product is no longer in service as of June 9, 2025.

-
-
-
-

- Serving the public -

-

- The Notify.gov text messaging application helped federal, state, local, tribal and territorial governments more effectively communicate with the people they serve. -

-

- From November 2023 to May 2025, Notify.gov partners sent more than 400,000 messages: -

-
-
- -
-
-
-
-
- - - - - Health insurance icon

Helping people maintain access to health insurance

-
-
-
-
- SNAP benefits icon -

Protecting SNAP benefits from fraud

-
-
-
-
- Clock icon -

Reducing the amount of time people spent waiting in line at government offices

-
-
-
-
- Mobile alert icon -

Alerting parents about resources available for their children

-
-
-
-
- Speedometer icon -

Speeding up passport processing

-
-
-
-
- Feedback icon -

Giving residents opportunity to provide feedback on disaster response and recovery

-
-
-
-
-
-
@@ -137,9 +38,9 @@ import usaButton %} {% block meta %} Text messaging reaches people

- Texting is one of the most effective ways to reach people. Though Notify.gov is winding down, government programs should explore ways to continue to meet people where they are. + Though the Notify.gov service is no longer available, government programs can continue to explore text messaging services.

-

Agencies can fork and host their own notification platform using the open‑source Notify.gov codebase, or a variety of commercial messaging services that support the same use cases that Notify covered.

+

Commercial messaging providers may support government use cases. For agencies with the resources to set up and support it, the notifications service codebase that runs Notify.gov is open source and can be reused.

@@ -160,7 +60,7 @@ import usaButton %} {% block meta %}

- A message for our partners + To our partners

Thank you to our users and partners for their support, participation, and contributions in developing Notify.gov. diff --git a/tests/end_to_end/test_landing_and_sign_in_pages.py b/tests/end_to_end/test_landing_and_sign_in_pages.py index 1e6e85755..8b8a96d24 100644 --- a/tests/end_to_end/test_landing_and_sign_in_pages.py +++ b/tests/end_to_end/test_landing_and_sign_in_pages.py @@ -32,9 +32,8 @@ def test_landing_page(end_to_end_context): # Retrieve all other main content headers and check that they're # visible. content_headers = [ - "Serving the public", "Text messaging reaches people", - "A message for our partners", + "To our partners", ] for content_header in content_headers: