diff --git a/browse/js/preview-zddc-form.js b/browse/js/preview-zddc-form.js index 000898a..3fb6104 100644 --- a/browse/js/preview-zddc-form.js +++ b/browse/js/preview-zddc-form.js @@ -165,7 +165,7 @@ var help = el('p', 'help'); help.style.cssText = 'color:var(--color-text-muted,#666);font-size:.85rem;margin:.3rem 0 .5rem;'; help.textContent = editable - ? 'Fill in the project options below. Structure (the folder shape, WORM, tools) is managed by the baseline and shown read-only — edit it via raw YAML if you must.' + ? 'Project options. Structural keys are read-only — use Edit raw YAML.' : 'Read-only — you need admin authority over this path to edit it.'; shell.appendChild(help);