diff --git a/app/templates/partials/templates/guidance-links.html b/app/templates/partials/templates/guidance-links.html index 937a60470..1d06cffb8 100644 --- a/app/templates/partials/templates/guidance-links.html +++ b/app/templates/partials/templates/guidance-links.html @@ -2,9 +2,8 @@

Links and URLs

- Always use full URLs, starting with https:// -

+ Always use full URLs, starting with https://. For example: {{ govukInsetText({ - "text": "Apply now at https://www.gov.uk/example", + "text": "Apply now at https://www.usa.gov/example", "classes": "govuk-!-margin-top-0"}) }} diff --git a/app/templates/views/features/text-messages.html b/app/templates/views/features/text-messages.html index 9f12e009c..649e3fafd 100644 --- a/app/templates/views/features/text-messages.html +++ b/app/templates/views/features/text-messages.html @@ -8,7 +8,7 @@ {% block content_column_content %}

Text messages

-

Send thousands of free text messages to UK and international numbers with US Notify.

+

Send thousands of free text messages to US phone numbers with Notify.

{% if not current_user.is_authenticated %}

Create an account and try Notify for yourself.

{% endif %} diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 5669fcc13..19544e53d 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -191,7 +191,7 @@

Sending text messages to international numbers

-

It might cost more to send text messages to international numbers than UK ones, depending on the country.

+

It might cost more to send text messages to international numbers than US ones, depending on the country.

{% set smsIntRates %} {{ live_search(target_selector='#international-pricing .table-row', show=True, form=search_form, label='Search by country name or code') }}