Files
notifications-admin/app/templates/partials/check/message-too-long.html
2023-08-25 11:49:13 -04:00

8 lines
213 B
HTML

<h1 class='banner-title'>
Message too long
</h1>
<p class="usa-body">
Text messages cannot be longer than {{ SMS_CHAR_COUNT_LIMIT }} characters.
Your message is {{ template.content_count }} characters.
</p>