Skip to content

Commit

Permalink
Remove colon
Browse files Browse the repository at this point in the history
  • Loading branch information
ince-dbt committed Apr 22, 2024
1 parent 6d02675 commit 5713bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datahub/export_win/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(self, *args, **kwargs):
'cdms_reference': 'Data Hub (Companies House) or CDMS reference number',
'customer_email_address': 'Contact email',
'customer_job_title': 'Job title',
'line_manager_name': 'Line manager:',
'line_manager_name': 'Line manager',
'lead_officer_email_address': 'Lead officer email address',
'other_official_email_address': 'Secondary email address',
}
Expand Down
2 changes: 1 addition & 1 deletion datahub/export_win/test/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def test_win_admin_form(self):
'cdms_reference': 'Data Hub (Companies House) or CDMS reference number',
'customer_email_address': 'Contact email',
'customer_job_title': 'Job title',
'line_manager_name': 'Line manager:',
'line_manager_name': 'Line manager',
'lead_officer_email_address': 'Lead officer email address',
'other_official_email_address': 'Secondary email address',
}
Expand Down

0 comments on commit 5713bf5

Please sign in to comment.