mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Updated the label to set the callback URL on the settings page
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
{% if can_receive_inbound %}
|
{% if can_receive_inbound %}
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{{ text_field('API endpoint for received text messages') }}
|
{{ text_field('Callback URL for received text messages') }}
|
||||||
{{ optional_text_field(inbound_api_url) }}
|
{{ optional_text_field(inbound_api_url) }}
|
||||||
{{ edit_field('Change', url_for('.service_set_inbound_api', service_id=current_service.id)) }}
|
{{ edit_field('Change', url_for('.service_set_inbound_api', service_id=current_service.id)) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
Reference in New Issue
Block a user