]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't chang...
authorThomas Tanghus <thomas@tanghus.net>
Sat, 12 May 2012 17:52:16 +0000 (19:52 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sun, 13 May 2012 04:22:15 +0000 (06:22 +0200)
This reverts commit a36a8faad4b66b5d68d6ba57fa095dd85546adfe.

Moved it to unstable branch for now.

apps/contacts/js/contacts.js

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