Fix typo
This commit is contained in:
parent
1f720ffadb
commit
64be2647a5
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
|
|||
final actions = List<Widget>();
|
||||
if (containsUploadedFile) {
|
||||
actions.add(CupertinoActionSheetAction(
|
||||
child: Text("this Device"),
|
||||
child: Text("this device"),
|
||||
isDestructiveAction: true,
|
||||
onPressed: () async {
|
||||
await deleteFilesOnDeviceOnly(
|
||||
|
|
Loading…
Add table
Reference in a new issue