From caf73b7c9fdf082b7ae680786e639939a8470bbb Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 03:17:06 +0100 Subject: [PATCH] refactor: simplify setting label to 'Show highlights' - Change 'Show highlight underlines' to 'Show highlights' - More concise and clear --- src/components/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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