feat: simplify button labels in editor UI for clarity

This commit is contained in:
2025-01-19 17:42:00 +02:00
parent b8b0a704bd
commit 55b60749ee
2 changed files with 5 additions and 5 deletions

View File

@@ -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';
}
}