diff --git a/index.html b/index.html index d3cb1c6..116a4f5 100644 --- a/index.html +++ b/index.html @@ -47,9 +47,9 @@

Editor

- - + + +
diff --git a/src/UIManager.js b/src/UIManager.js index 497cc8a..6812501 100644 --- a/src/UIManager.js +++ b/src/UIManager.js @@ -66,7 +66,7 @@ export class UIManager { versionSwitch.style.display = hasDraftChanges ? 'block' : 'none'; versionSwitch.textContent = isDraftVersion ? - 'View Saved Version (Read-only)' : - 'Switch to Draft Version (Editable)'; + 'View Saved' : + 'View Draft'; } }