mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
Change wording following content review
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user