mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Bump utils to count characters in SMS properly
Brings in: - [ ] https://github.com/alphagov/notifications-utils/pull/172
This commit is contained in:
@@ -1819,7 +1819,7 @@ SERVICE_DAILY_LIMIT_MSG = 'Exceeded send limits (1000) for today'
|
||||
(
|
||||
TOO_LONG_MSG,
|
||||
'Message too long',
|
||||
'Text messages can’t be longer than 459 characters. Your message is 678 characters.'
|
||||
'Text messages can’t be longer than 459 characters. Your message is 554 characters.'
|
||||
),
|
||||
(
|
||||
SERVICE_DAILY_LIMIT_MSG,
|
||||
|
||||
Reference in New Issue
Block a user