summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-05-12 12:57:59 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-05-12 13:43:33 +0200
commita36a8faad4b66b5d68d6ba57fa095dd85546adfe (patch)
treea6dc7eec56e2e24b26f1f5a09e8e65d006139745 /apps
parentab9927d5fc6ada10a9e47dab0f2ace01f259d4af (diff)
downloadnextcloud-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.js5
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'
});