diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 2aeb2a6e..9e6351c4 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -204,11 +204,11 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => { setLocalSettings({ ...localSettings, sidebarCollapsed: e.target.checked })} className="setting-checkbox" /> - Start with bookmarks sidebar collapsed (default: on) + Start with bookmarks sidebar collapsed @@ -217,11 +217,11 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => { setLocalSettings({ ...localSettings, highlightsCollapsed: e.target.checked })} className="setting-checkbox" /> - Start with highlights panel collapsed (default: on) + Start with highlights panel collapsed