diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html index 0cbd704c4..7ce9800e7 100644 --- a/app/templates/views/features/letters.html +++ b/app/templates/views/features/letters.html @@ -36,7 +36,7 @@
Read our documentation.
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.
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 d7a1b3da3..b70c4158f 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -3674,7 +3674,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', @@ -3683,7 +3683,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',