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 += '';