浏览代码

use same copy for deleting from device

Neeraj Gupta 3 年之前
父节点
当前提交
2113b29d0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]);