Skip to content

Commit b25ccc8

Browse files
authored
Use translation function for 'Contact details' fieldset label in ContactAdmin
1 parent 0188d64 commit b25ccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crm/site/contactadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_fieldsets(self, request, obj=None):
110110
)
111111
}],
112112
*self.get_tag_fieldsets(obj),
113-
('Contact details', {
113+
(_('Contact details'), {
114114
'fields': (
115115
'email',
116116
'create_email',

0 commit comments

Comments
 (0)