Browse Source

use same copy for deleting from device

Neeraj Gupta 3 years ago
parent
commit
2113b29d0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/fading_app_bar.dart

+ 1 - 1
lib/ui/fading_app_bar.dart

@@ -233,7 +233,7 @@ class FadingAppBarState extends State<FadingAppBar> {
     } else {
       if (file.localID != null) {
         actions.add(CupertinoActionSheetAction(
-          child: Text("on this device"),
+          child: Text("device"),
           isDestructiveAction: true,
           onPressed: () async {
             await deleteFilesOnDeviceOnly(context, [file]);