Rename the feature to ‘send to one recipient’

‘One-off’ is a bit wooly. Feels like our name for the thing. ‘Send to
one recipient’ matches ‘Upload recipients’.

This also means making the `<h1>` on job page ‘Report’ for one-off
messages. It doesn’t make sense to call the feature ‘send to one
recipient’ when we’re not using the language of one-off any more.
This commit is contained in:
Chris Hill-Scott
2017-06-01 13:03:22 +01:00
parent 43f6d21e1d
commit 6425dcbc94
4 changed files with 10 additions and 10 deletions

View File

@@ -566,4 +566,4 @@ def get_send_test_page_title(template_type, help_argument):
return 'Example text message'
if template_type == 'letter':
return 'Print a test letter'
return 'Send one-off message'
return 'Send to one recipient'