diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html
index 944f4e8b5..c801a1cbb 100644
--- a/app/templates/views/features/letters.html
+++ b/app/templates/views/features/letters.html
@@ -40,7 +40,7 @@
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 £1.16 (plus VAT) to send a letter. Prices include:
+ It costs between 39 pence and £1.21 (plus VAT) to send a letter. Prices include:
- paper
- double-sided colour printing
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index 0ada9175a..56d502b70 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -214,11 +214,11 @@
caption_visible=False
) %}
{% for sheets, second, first, international in [
- ('1 sheet', '35p', '61p', '84p'),
- ('2 sheets', '40p', '66p', '92p'),
- ('3 sheets', '45p', '71p', '£1'),
- ('4 sheets', '50p', '76p', '£1.08'),
- ('5 sheets', '55p', '81p', '£1.16'),
+ ('1 sheet', '39p', '69p', '89p'),
+ ('2 sheets', '44p', '74p', '97p'),
+ ('3 sheets', '49p', '79p', '£1.05'),
+ ('4 sheets', '54p', '84p', '£1.13'),
+ ('5 sheets', '59p', '89p', '£1.21'),
] %}
{% call row() %}
{% call row_heading() %} {{ sheets }} {% endcall %}
@@ -229,15 +229,9 @@
{% endfor %}
{% endcall %}
-
-
From 1 February 2021:
-
- - second class postage will increase by 4 pence, plus VAT
- - first class postage will increase by 8 pence, plus VAT
- - international postage will increase by 5 pence, plus VAT
-
-
This is because Royal Mail has increased its rates.
+
+
These prices were updated on 1 February 2021.
{% endblock %}
diff --git a/app/templates/views/service-settings/set-letter.html b/app/templates/views/service-settings/set-letter.html
index 19fe805f8..5cb39808d 100644
--- a/app/templates/views/service-settings/set-letter.html
+++ b/app/templates/views/service-settings/set-letter.html
@@ -16,7 +16,7 @@
back_link=url_for('main.service_settings', service_id=current_service.id)
) }}
- It costs between 35p and £1.16 to send a letter using Notify.
+ It costs between 39 pence and £1.21 to send a letter using Notify.
See pricing for the list
diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html
index 56794cef6..80ff711cb 100644
--- a/app/templates/views/signedout.html
+++ b/app/templates/views/signedout.html
@@ -156,7 +156,7 @@
Letters
-
35 pence
+
39 pence
to print and post a one page letter
diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py
index d06fa78e6..a95c7be88 100644
--- a/tests/app/main/views/test_service_settings.py
+++ b/tests/app/main/views/test_service_settings.py
@@ -3790,7 +3790,7 @@ def test_unknown_channel_404s(
), [
(
'letter',
- 'It costs between 35p and £1.16 to send a letter using Notify.',
+ 'It costs between 39 pence and £1.21 to send a letter using Notify.',
'Send letters',
['email', 'sms'],
'False',
@@ -3799,7 +3799,7 @@ def test_unknown_channel_404s(
),
(
'letter',
- 'It costs between 35p and £1.16 to send a letter using Notify.',
+ 'It costs between 39 pence and £1.21 to send a letter using Notify.',
'Send letters',
['email', 'sms', 'letter'],
'True',