Change wording following content review

This commit is contained in:
Pea Tyczynska
2018-09-25 10:42:51 +01:00
parent 47d047a3a8
commit d982385042
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
{% if template.template_type == 'letter' %}
<p>
Sent by {{ postage }} class
Postage: {{ postage }} class
</p>
<p>
Estimated delivery date: {{ estimated_letter_delivery_date|string|format_date_short }}

View File

@@ -157,7 +157,7 @@ def test_notification_page_shows_page_for_letter_notification(
'sample template sent by Test User on 1 January at 1:01am'
)
assert normalize_spaces(page.select('main p:nth-of-type(2)')[0].text) == (
'Sent by second class'
'Postage: second class'
)
assert normalize_spaces(page.select('main p:nth-of-type(3)')[0].text) == (
'Estimated delivery date: 6 January'