diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 20:30:51 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 20:30:51 +0100 |
commit | 0d3bea37c3256e3386b968c327a2b64e357522bd (patch) | |
tree | 9a12db78e13616b98bebe9bab8b936d373250668 /core/js/share.js | |
parent | aab5f6b6df64001338d3214ece31b90251f13106 (diff) | |
download | nextcloud-server-0d3bea37c3256e3386b968c327a2b64e357522bd.tar.gz nextcloud-server-0d3bea37c3256e3386b968c327a2b64e357522bd.zip |
correct remote share hint
Diffstat (limited to 'core/js/share.js')
-rw-r--r-- | core/js/share.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 += '<label for="shareWith" class="hidden-visually">'+t('core', 'Share')+'</label>'; |