diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html index 94a53fd91..675bf9b7c 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 30p and 76p (plus VAT) to send a letter. Prices include:
+It costs between 35p and 81p (plus VAT) to send a letter. Prices include:
- It costs between 30p and 76p to send a letter using Notify. + It costs between 35p and 81p 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 c418f9a61..9990ddf67 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -3616,7 +3616,7 @@ def test_unknown_channel_404s( ), [ ( 'letter', - 'It costs between 30p and 76p to send a letter using Notify.', + 'It costs between 35p and 81p to send a letter using Notify.', 'Send letters', ['email', 'sms'], 'False', 'True', @@ -3624,7 +3624,7 @@ def test_unknown_channel_404s( ), ( 'letter', - 'It costs between 30p and 76p to send a letter using Notify.', + 'It costs between 35p and 81p to send a letter using Notify.', 'Send letters', ['email', 'sms', 'letter'], 'True', 'False',