From: Jan-Christoph Borchardt Date: Thu, 26 Mar 2015 17:30:55 +0000 (+0100) Subject: add hint in Share placeholder on remote share syntax X-Git-Tag: v8.1.0alpha1~51^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d32e3870d21c8a65e822212505213755a338e97a;p=nextcloud-server.git add hint in Share placeholder on remote share syntax --- diff --git a/core/js/share.js b/core/js/share.js index 061ac6affa2..551e1bf09ab 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -391,8 +391,13 @@ OC.Share={ } }); + var sharePlaceholder = t('core', 'Share with users or groups …'); + if(oc_appconfig.core.remoteShareAllowed) { + sharePlaceholder = t('core', 'Share with users, groups or remote (user@domain) …'); + } + html += ''; - html += ''; + html += ''; html += ''; html += '';