mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 08:01:34 -04:00
Show users more detailed validation failed mesage on notification page
Show valdiation failed messages on letter notifications in red text, not in the banner like we do on Uploads and Validation checker pages. This is because it is a different step in the journey: the user has already sent the notification and styling needs to be in line with other places where user is checking the notification she already has sent.
This commit is contained in:
@@ -557,7 +557,7 @@ LETTER_VALIDATION_MESSAGES = {
|
||||
},
|
||||
'content-outside-printable-area': {
|
||||
'title': 'We cannot print your letter',
|
||||
'detail': 'The content appears outside the printable area on {invalid_pages} <br>'
|
||||
'detail': 'The content appears outside the printable area on {invalid_pages}.<br>'
|
||||
'Files must meet our <a href="https://docs.notifications.service.gov.uk/documentation/images/'
|
||||
'notify-pdf-letter-spec-v2.4.pdf" target="_blank">letter specification</a>.'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user