Skip to content

Commit

Permalink
Fix Linux trash error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioszabo committed Dec 4, 2024
1 parent ae3d51f commit bc3ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tree-view/lib/tree-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ class TreeView {
formatTrashEnabledMessage() {
switch (process.platform) {
case 'linux':
return 'Is `gvfs-trash` installed?';
return 'Do you have permission to delete, and Trash is enabled on the volume where the files are stored?';
case 'darwin':
return 'Is Trash enabled on the volume where the files are stored?';
case 'win32':
Expand Down

0 comments on commit bc3ceae

Please sign in to comment.