1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

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."
This commit is contained in:
Sean Baines
2017-08-06 11:34:39 +01:00
parent 07b838ef7b
commit 0646484c83

View File

@@ -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']
})