1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

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

This commit is contained in:
Thomas Tanghus 2012-05-12 12:57:59 +02:00
parent afbfa8b537
commit 802294df09

View File

@ -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'
});