summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-05-12 19:52:16 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-05-13 06:22:15 +0200
commit996020d82b186fcbfebdd1a032823d40d5dce136 (patch)
tree52a69137d1c27d0713aea2cddde5b41a3c9e3f69 /apps
parentaf77ce9a9b13b1fcf6f395bd49b1843adfe14229 (diff)
downloadnextcloud-server-996020d82b186fcbfebdd1a032823d40d5dce136.tar.gz
nextcloud-server-996020d82b186fcbfebdd1a032823d40d5dce136.zip
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.
Diffstat (limited to 'apps')
-rw-r--r--apps/contacts/js/contacts.js5
1 files changed, 2 insertions, 3 deletions
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'
});