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:
parent
afbfa8b537
commit
802294df09
@ -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…
Reference in New Issue
Block a user