refactor: update cache setting label to 'Use local image cache'

This commit is contained in:
Gigi
2025-10-09 17:26:52 +01:00
parent a2e410252a
commit 1b754e02dc

View File

@@ -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) && (