mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Replace won't with will not
This commit is contained in:
committed by
Chris Hill-Scott
parent
4c6f32df73
commit
653c2c399f
@@ -84,7 +84,7 @@ class OnlySMSCharacters:
|
||||
non_sms_characters = sorted(list(SanitiseSMS.get_non_compatible_characters(field.data)))
|
||||
if non_sms_characters:
|
||||
raise ValidationError(
|
||||
'You can’t use {} in text messages. {} won’t show up properly on everyone’s phones.'.format(
|
||||
'You can’t use {} in text messages. {} will not show up properly on everyone’s phones.'.format(
|
||||
formatted_list(non_sms_characters, conjunction='or', before_each='', after_each=''),
|
||||
('It' if len(non_sms_characters) == 1 else 'They')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user