correct remote share hint

This commit is contained in:
Jan-Christoph Borchardt 2015-03-26 20:30:51 +01:00
parent aab5f6b6df
commit 0d3bea37c3
1 changed files with 1 additions and 1 deletions

View 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>';