mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
Update utils to version 43.8.
Invalid characters for the first line of a postal address now include < >
This commit is contained in:
@@ -557,11 +557,11 @@ LETTER_VALIDATION_MESSAGES = {
|
||||
'invalid-char-in-address': {
|
||||
'title': 'There’s a problem with the address for this letter',
|
||||
'detail': (
|
||||
"Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / ,"
|
||||
"Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / , < >"
|
||||
),
|
||||
'summary': (
|
||||
"Validation failed because address lines must not start with any of the "
|
||||
"following characters: @ ( ) = [ ] ” \\ / ,"
|
||||
"following characters: @ ( ) = [ ] ” \\ / , < >"
|
||||
),
|
||||
},
|
||||
'notify-tag-found-in-content': {
|
||||
|
||||
Reference in New Issue
Block a user