diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-12 19:52:16 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-13 06:22:15 +0200 |
commit | 996020d82b186fcbfebdd1a032823d40d5dce136 (patch) | |
tree | 52a69137d1c27d0713aea2cddde5b41a3c9e3f69 /apps | |
parent | af77ce9a9b13b1fcf6f395bd49b1843adfe14229 (diff) | |
download | nextcloud-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.js | 5 |
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' }); |