Skip to content

Commit 7e29ea8

Browse files
compwronCopilot
andauthored
Update app/datatables/case_contact_datatable.rb
Co-authored-by: Copilot <[email protected]>
1 parent 5b0d3c5 commit 7e29ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/datatables/case_contact_datatable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def data
2020
case_number: case_contact.casa_case&.case_number
2121
},
2222
contact_types: case_contact.contact_types.map(&:name).join(", "),
23-
medium_type: case_contact.medium_type&.capitalize,
23+
medium_type: case_contact.medium_type&.titleize,
2424
creator: {
2525
id: case_contact.creator_id,
2626
display_name: case_contact.creator&.display_name,

0 commit comments

Comments
 (0)