Improve page titles later on in the one off flow

Now that the page title for picking a sender/reply to has been improved,
I think these pages are also less clear than they could be.

This commit changes the page titles to (I hope) be clearer about what is
needed from the user on these pages.
This commit is contained in:
Chris Hill-Scott
2017-11-20 16:45:59 +00:00
parent 4a1dad9a66
commit 5f40eabdf3
2 changed files with 13 additions and 7 deletions

View File

@@ -575,13 +575,13 @@ def test_send_one_off_does_not_send_without_the_correct_permissions(
(
mock_get_service_template_with_placeholders,
partial(url_for, 'main.send_test'),
'Send to one recipient',
'Personalise this message',
False,
),
(
mock_get_service_template_with_placeholders,
partial(url_for, 'main.send_one_off'),
'Send to one recipient',
'Who should this message be sent to?',
False,
),
(
@@ -599,13 +599,13 @@ def test_send_one_off_does_not_send_without_the_correct_permissions(
(
mock_get_service_email_template,
partial(url_for, 'main.send_test'),
'Send to one recipient',
'Personalise this message',
False,
),
(
mock_get_service_email_template,
partial(url_for, 'main.send_one_off'),
'Send to one recipient',
'Who should this message be sent to?',
False,
),
(