From: Vincent Petry Date: Mon, 7 Oct 2013 11:15:25 +0000 (+0200) Subject: Fixed label for sharing notification to be clickable X-Git-Tag: v6.0.0alpha2~73^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68fbd7b92241daf1326c9a95331d4fdb5ca030e6;p=nextcloud-server.git Fixed label for sharing notification to be clickable Fixed the sharing notification checkbox label in the file sharing dropdown, which makes it possible to click on the label directly. --- diff --git a/core/js/share.js b/core/js/share.js index bbdc5a67e9d..c0ecbbf36cf 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -350,7 +350,7 @@ OC.Share={ if (mailSend === '1') { checked = 'checked'; } - html += ''+t('core', 'notify user by email')+''; + html += ''; } if (possiblePermissions & OC.PERMISSION_CREATE || possiblePermissions & OC.PERMISSION_UPDATE || possiblePermissions & OC.PERMISSION_DELETE) { if (editChecked == '') {