mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -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)) }}
|
{{ edit_field('Change', url_for('.set_letter_branding', service_id=current_service.id)) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{{ text_field('Data Retention')}}
|
{{ text_field('Data retention')}}
|
||||||
{% call field() %}
|
{% call field() %}
|
||||||
{{ data_retention | join(', ', attribute='notification_type') }}
|
{{ data_retention | join(', ', attribute='notification_type') }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ def mock_get_service_settings_page_common(
|
|||||||
'Free text message allowance 250,000 Change',
|
'Free text message allowance 250,000 Change',
|
||||||
'Email branding GOV.UK Change',
|
'Email branding GOV.UK Change',
|
||||||
'Letter branding HM Government Change',
|
'Letter branding HM Government Change',
|
||||||
'Data Retention email Change'
|
'Data retention email Change'
|
||||||
|
|
||||||
]),
|
]),
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user