change 'Allow Public Upload' to more understandable 'Allow editing', fix #10438

This commit is contained in:
Jan-Christoph Borchardt 2014-12-18 22:39:32 +01:00
parent 5aae796d3d
commit 4f616a481c
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ OC.Share={
html += '<div id="allowPublicUploadWrapper" style="display:none;">';
html += '<span class="icon-loading-small hidden"></span>';
html += '<input type="checkbox" value="1" name="allowPublicUpload" id="sharingDialogAllowPublicUpload"' + ((allowPublicUploadStatus) ? 'checked="checked"' : '') + ' />';
html += '<label for="sharingDialogAllowPublicUpload">' + t('core', 'Allow Public Upload') + '</label>';
html += '<label for="sharingDialogAllowPublicUpload">' + t('core', 'Allow editing') + '</label>';
html += '</div>';
}
html += '</div>';