mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Fix capitalisation on Data Retention
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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'
|
||||
|
||||
]),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user