mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Make table labels match titles of callback pages
This makes it consistent from page to page, and match the wording that Thom came up with.
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
caption_visible=False
|
||||
) %}
|
||||
{% call row() %}
|
||||
{{ text_field('Delivery status callback URL') }}
|
||||
{{ text_field('Callbacks for delivery receipts') }}
|
||||
{{ optional_text_field(received_text_messages_callback) }}
|
||||
{{ edit_field('Change', url_for('.delivery_status_callback', service_id=current_service.id)) }}
|
||||
{% endcall %}
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Received text messages callback URL') }}
|
||||
{{ text_field('Callbacks for received text messages') }}
|
||||
{{ optional_text_field(delivery_status_callback) }}
|
||||
{{ edit_field('Change', url_for('.received_text_messages_callback', service_id=current_service.id)) }}
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user