From 8fa692bb88c6c2fd4668844ff83b62330656a051 Mon Sep 17 00:00:00 2001 From: Mike Gintz Date: Fri, 4 Nov 2022 12:32:42 -0400 Subject: [PATCH 1/3] Removing some UK-specific language and replacing it with relevant team names. --- app/templates/views/signedout.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 58b6ed73a..ab53d353c 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -174,8 +174,7 @@ The team

- US Notify is built by the Government Digital Service - and is supported 24 hours a day, 7 days a week. + US Notify is built and maintained by the Public Benefits Studio, within the General Services Administration's Technology Transformation Services.

Contact us if you have a question or want From e3b118d04f40912c2cff20c71fe0bbebafd0ee41 Mon Sep 17 00:00:00 2001 From: Mike Gintz Date: Fri, 4 Nov 2022 12:35:40 -0400 Subject: [PATCH 2/3] More copy tweaking to remove UK spellings --- app/templates/views/signedout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index ab53d353c..32e2aa81b 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -122,7 +122,7 @@

There are
{{ counts.organisations|format_thousands }}
- organisations + organizations
and @@ -133,7 +133,7 @@

See the - list of services and organisations. + list of services and organizations.

From a79adeb0609a5501ee0b0ca781e4262d174ec3bb Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Fri, 4 Nov 2022 13:17:57 -0400 Subject: [PATCH 3/3] Update test for US spelling of organization --- tests/app/main/views/test_index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 5c342da70..741f7cc06 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -31,8 +31,8 @@ def test_non_logged_in_user_can_see_homepage( assert normalize_spaces(page.select_one('#whos-using-notify').text) == ( 'Who’s using US Notify ' - 'There are 111 organisations and 9,999 services using Notify. ' - 'See the list of services and organisations.' + 'There are 111 organizations and 9,999 services using Notify. ' + 'See the list of services and organizations.' ) assert page.select_one('#whos-using-notify a')['href'] == url_for( 'main.performance'