]> source.dussan.org Git - nextcloud-server.git/commitdiff
correct remote share hint
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 26 Mar 2015 19:30:51 +0000 (20:30 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 26 Mar 2015 19:30:51 +0000 (20:30 +0100)
core/js/share.js

index 551e1bf09abfce815b3a800a250349b103428ca2..0a36ca2bdbbddcf0e30cd16a99adbb1330dbf524 100644 (file)
@@ -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>';