mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 19:29:43 -04:00
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:
@@ -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,
|
||||
),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user