mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Fix verbage on front end to better reflect functionality
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
)
|
||||
}}
|
||||
{% endcall %}
|
||||
|
||||
|
||||
{% if current_user.platform_admin %}
|
||||
{% call settings_row(if_has_permission='sms') %}
|
||||
{{ text_field('Send international text messages') }}
|
||||
@@ -107,7 +107,7 @@
|
||||
}}
|
||||
{% endcall %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
<!-- {% call settings_row(if_has_permission='sms') %}
|
||||
{{ text_field('Receive text messages') }}
|
||||
{{ boolean_field('inbound_sms' in current_service.permissions) }}
|
||||
@@ -294,9 +294,9 @@
|
||||
{{ edit_field('Change', url_for('.set_rate_limit', service_id=current_service.id), suffix='rate limit') }}
|
||||
{% endcall %}
|
||||
{% call row() %}
|
||||
{{ text_field('Message limit')}}
|
||||
{{ text_field('{:,} per day'.format(current_service.message_limit)) }}
|
||||
{{ edit_field('Change', url_for('.set_message_limit', service_id=current_service.id), suffix='daily message limit') }}
|
||||
{{ text_field('Message batch limit')}}
|
||||
{{ text_field('{:,} per send'.format(current_service.message_limit)) }}
|
||||
{{ edit_field('Change', url_for('.set_message_limit', service_id=current_service.id), suffix='message batch limit') }}
|
||||
{% endcall %}
|
||||
{% call row() %}
|
||||
{{ text_field('Free text message allowance')}}
|
||||
|
||||
Reference in New Issue
Block a user