From: Thomas Tanghus Date: Sat, 12 May 2012 10:57:59 +0000 (+0200) Subject: Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it... X-Git-Tag: v4.0.0RC~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a36a8faad4b66b5d68d6ba57fa095dd85546adfe;p=nextcloud-server.git Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-) --- diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 171dc5e58a2..376bbd661ea 100644 --- a/apps/contacts/js/contacts.js +++ b/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' });