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

8 lines
215 B
HTML
Raw Normal View History

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