Kaynağa Gözat

Update copy

Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
Neeraj Gupta 1 yıl önce
ebeveyn
işleme
df885921b7
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      lib/ui/tools/debug/app_storage_viewer.dart

+ 4 - 4
lib/ui/tools/debug/app_storage_viewer.dart

@@ -81,12 +81,12 @@ class _AppStorageViewerState extends State<AppStorageViewer> {
     ]);
     if (internalUser) {
       paths.addAll([
-        PathStorageItem.name(appDocumentsDirectory.path, "App Documents Dir"),
-        PathStorageItem.name(appSupportDirectory.path, "App Support Dir"),
-        PathStorageItem.name(appTemporaryDirectory.path, "App Temp Dir"),
+        PathStorageItem.name(appDocumentsDirectory.path, "Documents"),
+        PathStorageItem.name(appSupportDirectory.path, "Support"),
+        PathStorageItem.name(appTemporaryDirectory.path, "App Temp"),
       ]);
       if (!Platform.isAndroid) {
-        paths.add(PathStorageItem.name(iosTempDirectoryPath, "/tmp directory"));
+        paths.add(PathStorageItem.name(iosTempDirectoryPath, "/tmp"));
       }
     }
     if (mounted) {