Updated the label to set the callback URL on the settings page

This commit is contained in:
Pete Herlihy
2017-11-03 14:25:31 +00:00
committed by GitHub
parent bc7af49b56
commit 4b2ba34d68

View File

@@ -106,7 +106,7 @@
{% if can_receive_inbound %}
{% call row() %}
{{ text_field('API endpoint for received text messages') }}
{{ text_field('Callback URL for received text messages') }}
{{ optional_text_field(inbound_api_url) }}
{{ edit_field('Change', url_for('.service_set_inbound_api', service_id=current_service.id)) }}
{% endcall %}