From 9d24914c1c90274b0c725b62877299eb239efada Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Thu, 3 Jul 2025 14:39:56 +0530 Subject: [PATCH] Fix case --- mobile/lib/ui/tools/debug/app_storage_viewer.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/lib/ui/tools/debug/app_storage_viewer.dart b/mobile/lib/ui/tools/debug/app_storage_viewer.dart index 87ba10f1b0..38b4bd5e49 100644 --- a/mobile/lib/ui/tools/debug/app_storage_viewer.dart +++ b/mobile/lib/ui/tools/debug/app_storage_viewer.dart @@ -95,10 +95,10 @@ class _AppStorageViewerState extends State { paths.addAll([ PathStorageItem.name(appDocumentsDirectory.path, "Documents"), PathStorageItem.name(appSupportDirectory.path, "Support"), - PathStorageItem.name(appTemporaryDirectory.path, "App Temp"), + PathStorageItem.name(appTemporaryDirectory.path, "App temp"), PathStorageItem.name( personFaceThumbnails, - "Person Face Thumbnails", + "Face thumbnails", allowCacheClear: true, ), ]);