Merge pull request #951 from GSA/85-live-service-content-says-250k-per-day-not-per-year

Change live service content to "Year" and not "day
This commit is contained in:
Carlo Costino
2023-12-04 13:26:40 -05:00
committed by GitHub

View File

@@ -93,7 +93,7 @@
) )
}} }}
{% endcall %} {% endcall %}
{% if current_user.platform_admin %} {% if current_user.platform_admin %}
{% call settings_row(if_has_permission='sms') %} {% call settings_row(if_has_permission='sms') %}
{{ text_field('Send international text messages') }} {{ text_field('Send international text messages') }}
@@ -107,7 +107,7 @@
}} }}
{% endcall %} {% endcall %}
{% endif %} {% endif %}
<!-- {% call settings_row(if_has_permission='sms') %} <!-- {% call settings_row(if_has_permission='sms') %}
{{ text_field('Receive text messages') }} {{ text_field('Receive text messages') }}
{{ boolean_field('inbound_sms' in current_service.permissions) }} {{ boolean_field('inbound_sms' in current_service.permissions) }}
@@ -219,7 +219,7 @@
<p> <p>
You can send up to You can send up to
{{ "{:,}".format(current_service.message_limit) }} messages {{ "{:,}".format(current_service.message_limit) }} messages
per day. per year.
</p> </p>
<p> <p>
Problems or comments? Problems or comments?