Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)

remotes/origin/stable4
Thomas Tanghus 13 years ago
parent ab9927d5fc
commit a36a8faad4
  1. 5
      apps/contacts/js/contacts.js

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

Loading…
Cancel
Save