diff --git a/addons/crm/crm_lead.py b/addons/crm/crm_lead.py index 5c4c20b384f..fe43982ad66 100644 --- a/addons/crm/crm_lead.py +++ b/addons/crm/crm_lead.py @@ -103,7 +103,7 @@ class crm_lead(osv.osv, crm_case): 'email_cc': fields.text('Watchers Emails', size=252 , help="These \ people will receive a copy of the future communication between partner \ and users by email"), - 'description': fields.text('Note'), + 'description': fields.text('Notes'), 'write_date': fields.datetime('Update Date' , readonly=True), # Lead fields