diff options
Diffstat (limited to 'makima/frontend/src/components/directives/DocumentEditor.tsx')
| -rw-r--r-- | makima/frontend/src/components/directives/DocumentEditor.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/makima/frontend/src/components/directives/DocumentEditor.tsx b/makima/frontend/src/components/directives/DocumentEditor.tsx index 3dd8522..08e4d73 100644 --- a/makima/frontend/src/components/directives/DocumentEditor.tsx +++ b/makima/frontend/src/components/directives/DocumentEditor.tsx @@ -638,7 +638,7 @@ function EditorContextMenu({ style={{ left: x, top: y }} > <div className="px-3 py-1.5 text-[10px] font-mono text-[#556677] uppercase border-b border-[rgba(117,170,252,0.2)]"> - Document + Contract </div> <button type="button" @@ -727,7 +727,7 @@ function SaveCountdownBar({ } } else if (state === "dirty") { label = orchestratorRunning - ? "Unsaved changes — saving will replan the directive." + ? "Unsaved changes — saving will replan the contract." : "Unsaved changes."; progressPct = 0; } else if (state === "saving") { @@ -1129,10 +1129,10 @@ export function DocumentEditor({ <RichTextPlugin contentEditable={ <ContentEditable - aria-placeholder="Describe the directive's goal…" + aria-placeholder="Describe the contract's goal…" placeholder={ <div className="pointer-events-none absolute text-[#445566] font-mono text-[13px] mt-2"> - Describe the directive's goal… + Describe the contract's goal… </div> } className="outline-none font-mono text-[13px] leading-relaxed text-[#dbe7ff] [&_.makima-doc-h1]:text-[24px] [&_.makima-doc-h1]:font-medium [&_.makima-doc-h1]:text-white [&_.makima-doc-h1]:mb-3 [&_.makima-doc-h1]:tracking-tight [&_.makima-doc-paragraph]:my-2 [&_.makima-doc-paragraph]:text-[13px] [&_.makima-doc-paragraph]:text-[#c0d0e0] relative" |
