Fix capitalisation on Data Retention

This commit is contained in:
Rebecca Law
2018-07-17 15:56:28 +01:00
parent c2f973da95
commit be51a668cf
2 changed files with 2 additions and 2 deletions

View File

@@ -321,7 +321,7 @@
{{ edit_field('Change', url_for('.set_letter_branding', service_id=current_service.id)) }}
{% endcall %}
{% call row() %}
{{ text_field('Data Retention')}}
{{ text_field('Data retention')}}
{% call field() %}
{{ data_retention | join(', ', attribute='notification_type') }}
{% endcall %}