From 50c2c35e5b1ba62f592ff7d294f016ed786631d3 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 5 Sep 2019 09:57:40 +0200 Subject: [PATCH] Fix typo: contets -> contents --- src/acl-control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acl-control.js b/src/acl-control.js index aeff186c3..793b94e79 100644 --- a/src/acl-control.js +++ b/src/acl-control.js @@ -648,7 +648,7 @@ UI.aclControl.ACLControlBox5 = function (subject, dom, noun, kb, callback) { box.notice.textContent = 'Sharing for things within the folder currently tracks sharing for the folder.' box.notice.style.cssText = 'font-size: 80%; color: #888;' var splitButton = UI.widgets.clearElement(box.offer).appendChild(dom.createElement('button')) - splitButton.innerHTML = '

Set the sharing of folder contets
separately from the sharing for the folder

' + splitButton.innerHTML = '

Set the sharing of folder contents
separately from the sharing for the folder

' splitButton.style.cssText = bigButtonStyle splitButton.addEventListener('click', function (e) { box.addControlForDefaults()