mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 19:44:40 +01:00
refactor: update cache setting label to 'Use local image cache'
This commit is contained in:
@@ -73,7 +73,7 @@ const OfflineModeSettings: React.FC<OfflineModeSettingsProps> = ({ settings, onU
|
||||
onChange={(e) => onUpdate({ enableImageCache: e.target.checked })}
|
||||
className="setting-checkbox"
|
||||
/>
|
||||
<span>Cache images</span>
|
||||
<span>Use local image cache</span>
|
||||
</label>
|
||||
|
||||
{(settings.enableImageCache ?? true) && (
|
||||
|
||||
Reference in New Issue
Block a user