diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index 2297fbfe2..1f7734edb 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -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 %} diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 7c0abc223..1b29dcca4 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -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' ]), ])