mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: simplify button labels in editor UI for clarity
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user