diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 376bbd661ea0579fa37642008df786c3f42db96e..171dc5e58a2975510e71062a601054f9c9db96b4 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -118,9 +118,8 @@ Contacts={ 'id': 'fn', 'name': 'value', 'classes': ['contacts_property', 'nonempty', 'huge', 'tip', 'float'], - 'attributes': {'placeholder': t('contacts', 'Enter display name')}, - //'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma') - }); + 'attributes': {'placeholder': t('contacts', 'Enter name')}, + 'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma')}); $('#bday').datepicker({ dateFormat : 'dd-mm-yy' });