diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-12 12:57:59 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-12 13:43:33 +0200 |
commit | a36a8faad4b66b5d68d6ba57fa095dd85546adfe (patch) | |
tree | a6dc7eec56e2e24b26f1f5a09e8e65d006139745 /apps | |
parent | ab9927d5fc6ada10a9e47dab0f2ace01f259d4af (diff) | |
download | nextcloud-server-a36a8faad4b66b5d68d6ba57fa095dd85546adfe.tar.gz nextcloud-server-a36a8faad4b66b5d68d6ba57fa095dd85546adfe.zip |
Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/js/contacts.js | 5 |
1 files changed, 3 insertions, 2 deletions
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' }); |