diff --git a/core/js/share.js b/core/js/share.js
index d4df40aaf30cf8ef24680241d44e1f8cdf4442de..4786c199a6bdd0e87997a9f7b6c464a23a740611 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -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>';