mirror of
https://github.com/dergigi/boris.git
synced 2025-12-25 18:44:23 +01:00
refactor: simplify setting label to 'Show highlights'
- Change 'Show highlight underlines' to 'Show highlights' - More concise and clear
This commit is contained in:
@@ -96,7 +96,7 @@ const Settings: React.FC<SettingsProps> = ({ settings, onSave, onClose, isSaving
|
||||
onChange={(e) => setLocalSettings({ ...localSettings, showUnderlines: e.target.checked })}
|
||||
className="setting-checkbox"
|
||||
/>
|
||||
<span>Show highlight underlines</span>
|
||||
<span>Show highlights</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user