From: Thomas Tanghus Date: Sat, 12 May 2012 17:52:16 +0000 (+0200) Subject: Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't chang... X-Git-Tag: v4.0.0RC2~104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=996020d82b186fcbfebdd1a032823d40d5dce136;p=nextcloud-server.git Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)" This reverts commit a36a8faad4b66b5d68d6ba57fa095dd85546adfe. Moved it to unstable branch for now. --- diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 376bbd661ea..171dc5e58a2 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' });