mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
10 lines
344 B
HTML
10 lines
344 B
HTML
<div class="usa-alert usa-alert--error" role="alert">
|
|
<div class="usa-alert__body">
|
|
<h1 class="usa-alert__heading">Message too long</h1>
|
|
<p class="usa-alert__text">
|
|
Text messages cannot be longer than {{ SMS_CHAR_COUNT_LIMIT }} characters.
|
|
Your message is {{ template.content_count }} characters.
|
|
</p>
|
|
</div>
|
|
</div>
|