diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html index 8fc631ae0..944f4e8b5 100644 --- a/app/templates/views/features/letters.html +++ b/app/templates/views/features/letters.html @@ -35,8 +35,12 @@
You can create reusable letter templates in Notify, or upload and send your own letters with the Notify API.
Read our documentation.
+Notify checks for international addresses and will automatically charge you the correct postage.
+Letters to Europe are delivered 3 to 5 days after they’re dispatched. Letters sent anywhere else in the world take 5 to 7 days to arrive.
+It costs between 35p and 81p (plus VAT) to send a letter. Prices include:
+It costs between 35p and £1.16 (plus VAT) to send a letter. Prices include:
The cost of sending a letter depends on the postage you choose and how many sheets of paper you need.
+Prices include:
+These prices were updated on 1 October 2019.
+These prices were updated on 7 September 2020.
Prices include:
-- It costs between 35p and 81p to send a letter using Notify. + It costs between 35p and £1.16 to send a letter using Notify.
See pricing for the list diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 33eff8443..25565cb41 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -3675,7 +3675,7 @@ def test_unknown_channel_404s( ), [ ( 'letter', - 'It costs between 35p and 81p to send a letter using Notify.', + 'It costs between 35p and £1.16 to send a letter using Notify.', 'Send letters', ['email', 'sms'], 'False', @@ -3684,7 +3684,7 @@ def test_unknown_channel_404s( ), ( 'letter', - 'It costs between 35p and 81p to send a letter using Notify.', + 'It costs between 35p and £1.16 to send a letter using Notify.', 'Send letters', ['email', 'sms', 'letter'], 'True',