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, ), ]);