diff --git a/apps/backoffice/app/settings/SettingsPage.tsx b/apps/backoffice/app/settings/SettingsPage.tsx index bb4ebd2..48d09d1 100644 --- a/apps/backoffice/app/settings/SettingsPage.tsx +++ b/apps/backoffice/app/settings/SettingsPage.tsx @@ -244,13 +244,13 @@ export default function SettingsPage({ initialSettings, initialCacheStats, initi handleUpdateSetting("image_processing", newSettings.image_processing); }} > - Lanczos3 (Best Quality) - Triangle (Faster) - Nearest (Fastest) + Lanczos3 (Meilleure qualité) + Triangle (Plus rapide) + Nearest (Le plus rapide) - Max Allowed Width (px) + Largeur maximale autorisée (px) Cache - Manage the image cache and storage + Gérer le cache d'images et le stockage - Cache Size + Taille du cache {cacheStats.total_size_mb.toFixed(2)} MB
Cache Size
Taille du cache
{cacheStats.total_size_mb.toFixed(2)} MB