us → u.s.

This commit is contained in:
stvnrlly
2022-12-06 11:03:47 -05:00
parent 92da56fe63
commit b6bc02eb6b
62 changed files with 128 additions and 128 deletions

View File

@@ -24,12 +24,12 @@ def test_non_logged_in_user_can_see_homepage(
)
assert page.select_one('meta[name=description]')['content'].strip() == (
'US Notify lets you send text messages and email '
'U.S. Notify lets you send text messages and email '
'to your users. Try it now if you work in federal, state or local government.'
)
assert normalize_spaces(page.select_one('#whos-using-notify').text) == (
'Whos using US Notify '
'Whos using U.S. Notify '
'There are 111 organizations and 9,999 services using Notify. '
'See the list of services and organizations.'
)
@@ -220,7 +220,7 @@ def test_old_integration_testing_page(
def test_terms_page_has_correct_content(client_request):
terms_page = client_request.get('main.terms')
assert normalize_spaces(terms_page.select('main p')[0].text) == (
'These terms apply to your services use of US Notify. '
'These terms apply to your services use of U.S. Notify. '
'You must be the service manager to accept them.'
)