Content changes to error messages

This commit is contained in:
Pea Tyczynska
2019-11-27 15:56:55 +00:00
parent 64b35ba337
commit 9e0c8167ee
4 changed files with 21 additions and 19 deletions

View File

@@ -64,28 +64,28 @@ MockRecipients = namedtuple(
{}, {}, {3}, [],
'sms',
[
'shorten your message in 1 row'
'shorten the message in 1 row'
]
),
(
{}, {}, {3, 12}, [],
'sms',
[
'shorten your messages in 2 rows'
'shorten the messages in 2 rows'
]
),
(
{}, {}, {}, {2},
'sms',
[
'add content to empty message in 1 row'
'check you have content for the empty message in 1 row'
]
),
(
{}, {}, {}, {2, 4, 8},
'sms',
[
'add content to empty messages in 3 rows'
'check you have content for the empty messages in 3 rows'
]
),
]