Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2026-09-07 00:38:25 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
c19083b04edd8ec3f51b2d46d26cded8701d64e6
notifications-admin/app/templates/partials/check/message-too-long.html

8 lines
213 B
HTML
Raw Normal View History

Fix the error message for `message-too=long` There was a bug that displayed the error message with 2 red error boxes around the error message. Also need another else to handle a new error message from the API, the old one can be removed after the API is deployed. But this can go first. I tested this branch with API master and the API branch with the change. I tested one off SMS and a CSV upload.
2020-03-09 17:03:22 +00:00
<h1 class='banner-title'>
Message too long
</h1>
Removing the govuk-body class
2023-08-25 11:49:13 -04:00
<p class="usa-body">
Fix the error message for `message-too=long` There was a bug that displayed the error message with 2 red error boxes around the error message. Also need another else to handle a new error message from the API, the old one can be removed after the API is deployed. But this can go first. I tested this branch with API master and the API branch with the change. I tested one off SMS and a CSV upload.
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>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 664ms Template: 22ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API