Files
notifications-admin/app/templates/partials/check/message-too-long.html
T

8 lines
213 B
HTML
Raw Normal View History

2020-03-09 17:03:22 +00:00
<h1 class='banner-title'>
Message too long
</h1>
2023-08-25 11:49:13 -04:00
<p class="usa-body">
2020-03-09 17:03:22 +00:00
Text messages cannot be longer than {{ SMS_CHAR_COUNT_LIMIT }} characters.
Your message is {{ template.content_count }} characters.
</p>