From 0646484c83ba8917a0e23a49d39ab5bd1456ff5a Mon Sep 17 00:00:00 2001 From: Sean Baines Date: Sun, 6 Aug 2017 11:34:39 +0100 Subject: [PATCH] Fixes wording on folder delete "This work will deletes all notes in the folder and can not be undone." to "This will delete all notes in the folder and can not be undone." --- browser/main/SideNav/StorageItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/main/SideNav/StorageItem.js b/browser/main/SideNav/StorageItem.js index fefc5a60..c7985f75 100644 --- a/browser/main/SideNav/StorageItem.js +++ b/browser/main/SideNav/StorageItem.js @@ -114,7 +114,7 @@ class StorageItem extends React.Component { let index = dialog.showMessageBox(remote.getCurrentWindow(), { type: 'warning', message: 'Delete Folder', - detail: 'This work will deletes all notes in the folder and can not be undone.', + detail: 'This will delete all notes in the folder and can not be undone.', buttons: ['Confirm', 'Cancel'] })