From: Jan-Christoph Borchardt Date: Thu, 26 Mar 2015 19:30:51 +0000 (+0100) Subject: correct remote share hint X-Git-Tag: v8.1.0alpha1~51^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0d3bea37c3256e3386b968c327a2b64e357522bd;p=nextcloud-server.git correct remote share hint --- diff --git a/core/js/share.js b/core/js/share.js index 551e1bf09ab..0a36ca2bdbb 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -393,7 +393,7 @@ 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) …'); + sharePlaceholder = t('core', 'Share with users, groups or remote users …'); } html += '';