diff --git a/app/utils.py b/app/utils.py index acbd4c9c9..07d7b78c2 100644 --- a/app/utils.py +++ b/app/utils.py @@ -572,7 +572,7 @@ LETTER_VALIDATION_MESSAGES = { 'detail': ( 'You need to change the size or orientation of {invalid_pages}.
' 'Files must meet our ' - '' + '' 'letter specification' '.' ), @@ -589,7 +589,7 @@ LETTER_VALIDATION_MESSAGES = { 'detail': ( 'You need to edit {invalid_pages}.
' 'Files must meet our ' - '' + '' 'letter specification' '.' ), @@ -631,7 +631,7 @@ LETTER_VALIDATION_MESSAGES = { 'detail': ( 'You need to add a recipient address.
' 'Files must meet our ' - '' + '' 'letter specification' '.' ),