Relabel checklist step to ‘accept’

There’s no signature involved any more.
This commit is contained in:
Chris Hill-Scott
2019-06-19 09:46:39 +01:00
parent b4c81f8960
commit 174064c30a
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
{% if show_agreement %}
{{ task_list_item(
agreement_signed,
'Sign our data sharing and financial agreement',
'Accept our data sharing and financial agreement',
url_for('main.service_agreement', service_id=current_service.id),
) }}
{% endif %}