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 %}

View File

@@ -95,7 +95,7 @@ def mock_get_service_settings_page_common(
'Free text message allowance 250,000 Change',
'Email branding GOV.UK Change',
'Letter branding HM Government Change',
'Data Retention email Change'
'Data retention email Change'
]),
])