diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 8194e3e9..d8752aa6 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -96,7 +96,7 @@ const Settings: React.FC = ({ settings, onSave, onClose, isSaving onChange={(e) => setLocalSettings({ ...localSettings, showUnderlines: e.target.checked })} className="setting-checkbox" /> - Show highlight underlines + Show highlights