diff --git a/app/assets/error_pages/5xx.html b/app/assets/error_pages/5xx.html index a6bf68571..fcf9db915 100644 --- a/app/assets/error_pages/5xx.html +++ b/app/assets/error_pages/5xx.html @@ -4,7 +4,7 @@ - Sorry, there is a problem with the service – U.S. Notify + Sorry, there is a problem with the service – Notify.gov diff --git a/app/assets/images/product/01-templates-no-chrome.svg b/app/assets/images/product/01-templates-no-chrome.svg index ceadfd829..1f5bf9ad0 100644 --- a/app/assets/images/product/01-templates-no-chrome.svg +++ b/app/assets/images/product/01-templates-no-chrome.svg @@ -1,4 +1,4 @@ - + @@ -69,8 +69,7 @@ - - + @@ -86,12 +85,8 @@ - - - - diff --git a/app/assets/images/product/02-reporting-no-chrome.svg b/app/assets/images/product/02-reporting-no-chrome.svg index d6ef5e90b..e82ec8303 100644 --- a/app/assets/images/product/02-reporting-no-chrome.svg +++ b/app/assets/images/product/02-reporting-no-chrome.svg @@ -1,4 +1,4 @@ - + @@ -69,8 +69,7 @@ - - + @@ -80,12 +79,8 @@ - - - - diff --git a/app/assets/images/product/03-spreadsheet-no-chrome.svg b/app/assets/images/product/03-spreadsheet-no-chrome.svg index 6c5a6f074..8580fa9ff 100644 --- a/app/assets/images/product/03-spreadsheet-no-chrome.svg +++ b/app/assets/images/product/03-spreadsheet-no-chrome.svg @@ -97,12 +97,11 @@ - - + - + @@ -110,16 +109,12 @@ - - - - + - - + diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 3a6a43dd0..ed7b9aa70 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -22,8 +22,9 @@ i.e. @use "uswds-core" as *; -.usa-logo { +.usa-header--extended .usa-logo { font-family: family("sans"); + margin: units(4) 0; img { @include at-media($theme-header-min-width) { width: 80px; diff --git a/app/main/views/add_service.py b/app/main/views/add_service.py index 88f498969..f42331f43 100644 --- a/app/main/views/add_service.py +++ b/app/main/views/add_service.py @@ -35,7 +35,7 @@ def _create_example_template(service_id): example_sms_template = service_api_client.create_service_template( 'Example text message template', 'sms', - 'Hi, I’m trying out U.S. Notify. Today is ((day of week)) and my favorite color is ((color)).', + 'Hi, I’m trying out Notify.gov. Today is ((day of week)) and my favorite color is ((color)).', service_id, ) return example_sms_template diff --git a/app/main/views/feedback.py b/app/main/views/feedback.py index ab0bd3328..d117affbe 100644 --- a/app/main/views/feedback.py +++ b/app/main/views/feedback.py @@ -76,7 +76,7 @@ def triage(ticket_type=PROBLEM_TICKET_TYPE): form=form, page_title={ PROBLEM_TICKET_TYPE: 'Report a problem', - GENERAL_TICKET_TYPE: 'Contact U.S. Notify support', + GENERAL_TICKET_TYPE: 'Contact Notify.gov support', }.get(ticket_type) ) @@ -151,7 +151,7 @@ def feedback(ticket_type): ), show_status_page_banner=(ticket_type == PROBLEM_TICKET_TYPE), page_title={ - GENERAL_TICKET_TYPE: 'Contact U.S. Notify support', + GENERAL_TICKET_TYPE: 'Contact Notify.gov support', PROBLEM_TICKET_TYPE: 'Report a problem', QUESTION_TICKET_TYPE: 'Ask a question or give feedback', }.get(ticket_type), diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index f56108e5c..703719a73 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -35,7 +35,7 @@ {% endblock %} {% block pageTitle %} - {% block per_page_title %}{% endblock %} – U.S. Notify + {% block per_page_title %}{% endblock %} – Notify.gov {% endblock %} {% block bodyStart %} diff --git a/app/templates/components/uk_components/header/template.njk b/app/templates/components/uk_components/header/template.njk index 6464705b1..439165036 100644 --- a/app/templates/components/uk_components/header/template.njk +++ b/app/templates/components/uk_components/header/template.njk @@ -60,13 +60,13 @@
diff --git a/app/templates/error/401.html b/app/templates/error/401.html index 64f9b155b..b579650dc 100644 --- a/app/templates/error/401.html +++ b/app/templates/error/401.html @@ -4,6 +4,6 @@

You’re not authorised to see this page

-

Sign in to U.S. Notify and try again.

+

Sign in to Notify.gov and try again.

{% endblock %} diff --git a/app/templates/error/500.html b/app/templates/error/500.html index 76890ce0e..db505a014 100644 --- a/app/templates/error/500.html +++ b/app/templates/error/500.html @@ -4,7 +4,7 @@

- Sorry, there’s a problem with U.S. Notify + Sorry, there’s a problem with Notify.gov

Try again later. diff --git a/app/templates/main_template.html b/app/templates/main_template.html index 54535b88d..51f0c2369 100644 --- a/app/templates/main_template.html +++ b/app/templates/main_template.html @@ -7,7 +7,7 @@ - {% block pageTitle %}U.S. Notify{% endblock %} + {% block pageTitle %}Notify.gov{% endblock %} {# Hardcoded value of $govuk-black #} {% if config['NR_MONITOR_ON'] %} diff --git a/app/templates/partials/jobs/status.html b/app/templates/partials/jobs/status.html index ce0245a6d..e826fc0cf 100644 --- a/app/templates/partials/jobs/status.html +++ b/app/templates/partials/jobs/status.html @@ -15,7 +15,7 @@ Notify cannot send these messages because you have reached a limit. You can only send {{ current_service.message_limit|format_thousands }} messages per day and {{ 250000|format_thousands }} messages in total.

- Upload this spreadsheet again tomorrow or contact the U.S. Notify team to raise the limit. + Upload this spreadsheet again tomorrow or contact the Notify.gov team to raise the limit.

{% endif %}
diff --git a/app/templates/views/accessibility_statement.html b/app/templates/views/accessibility_statement.html index 3b09eec3a..6cd07dc22 100644 --- a/app/templates/views/accessibility_statement.html +++ b/app/templates/views/accessibility_statement.html @@ -19,7 +19,7 @@ ) }}

- This accessibility statement applies to the U.S. Notify domain. + This accessibility statement applies to the Notify.gov domain.

@@ -66,7 +66,7 @@

Feedback and contact information

- If you need any part of this service in a different format like large print, audio recording or braille, contact the U.S. Notify team. + If you need any part of this service in a different format like large print, audio recording or braille, contact the Notify.gov team.

@@ -76,7 +76,7 @@

Reporting accessibility problems with this website

- We’re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, contact the U.S. Notify team. + We’re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, contact the Notify.gov team.

Technical information about this website’s accessibility

@@ -88,7 +88,7 @@

- U.S. Notify is partially compliant with the Web Content Accessibility Guidelines (WCAG) version 2.1 AA standard, due to the non-compliances listed below. + Notify.gov is partially compliant with the Web Content Accessibility Guidelines (WCAG) version 2.1 AA standard, due to the non-compliances listed below.

Non-accessible content

@@ -195,6 +195,6 @@

- We decided which pages to test based on the most common tasks that U.S. Notify users need to complete. We also tested a sample of pages with common user interface components. + We decided which pages to test based on the most common tasks that Notify.gov users need to complete. We also tested a sample of pages with common user interface components.

--> {% endblock %} diff --git a/app/templates/views/cookies.html b/app/templates/views/cookies.html index 1263b91e6..11f918c05 100644 --- a/app/templates/views/cookies.html +++ b/app/templates/views/cookies.html @@ -21,7 +21,7 @@

Cookies are small files saved on your phone, tablet, or computer when you visit a website.

-

We use cookies to make U.S. Notify work and collect information about how you use our service.

+

We use cookies to make Notify.gov work and collect information about how you use our service.

Essential cookies

@@ -73,7 +73,7 @@ Google Analytics stores anonymized information about:

    -
  • how you got to U.S. Notify
  • +
  • how you got to Notify.gov
  • the pages you visit on Notify and how long you spend on them
  • any errors you see while using Notify
diff --git a/app/templates/views/documentation.html b/app/templates/views/documentation.html index 9ebb68219..e0ac1452b 100644 --- a/app/templates/views/documentation.html +++ b/app/templates/views/documentation.html @@ -7,7 +7,7 @@ {% block content_column_content %}

Documentation

-

This documentation is for developers who want to integrate the U.S. Notify API with a web application or back office system.

+

This documentation is for developers who want to integrate the Notify.gov API with a web application or back office system.

Client libraries

Links to documentation open in a new tab.

    diff --git a/app/templates/views/features.html b/app/templates/views/features.html index 1e03dd923..7c529d57d 100644 --- a/app/templates/views/features.html +++ b/app/templates/views/features.html @@ -10,7 +10,7 @@ {% block content_column_content %}

    Features

    -

    If you work for the government, you can use U.S. Notify to keep your users updated.

    +

    If you work for the government, you can use Notify.gov to keep your users updated.

    Notify makes it easy to create, customize, and send text messages.

    +