]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it...
authorThomas Tanghus <thomas@tanghus.net>
Sat, 12 May 2012 10:57:59 +0000 (12:57 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sat, 12 May 2012 11:43:33 +0000 (13:43 +0200)
apps/contacts/js/contacts.js

index 171dc5e58a2975510e71062a601054f9c9db96b4..376bbd661ea0579fa37642008df786c3f42db96e 100644 (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'
                        });