Rename letters on/off option to send letters

For consistency with ‘send text messages’/‘send emails’.
This commit is contained in:
Chris Hill-Scott
2017-07-12 16:02:33 +01:00
parent 45a0a767f4
commit e520790025
2 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@
) %}
{% call row() %}
{{ text_field('Letters') }}
{{ text_field('Send letters') }}
{{ boolean_field('letter' in current_service.permissions) }}
{{ edit_field('Change', url_for('.service_set_letters', service_id=current_service.id)) }}
{% endcall %}