diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index e885bf29..9f1c52af 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -360,7 +360,7 @@ class NoteList extends React.Component { if (!location.pathname.match(/\/trashed/)) this.addNotes(filepaths) } - // Add notes in the current folder + // Add notes to the current folder addNotesFromFiles (filepaths) { const { dispatch, location } = this.props