mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 17:34:16 -04:00
replace _ underscores with - dashes
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
</div>
|
||||
|
||||
{% elif count_of_recipients > (current_service.message_limit - statistics.get('emails_requested', 0) - statistics.get('sms_requested', 0)) %}
|
||||
{% include "partials/check/too_many_messages.html" %}
|
||||
{% include "partials/check/too-many-messages.html" %}
|
||||
{% else %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
|
||||
Reference in New Issue
Block a user