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

fixed get appdata path error

This commit is contained in:
Hung Nguyen
2018-04-21 09:40:32 +07:00
parent ddcd722598
commit a7b85b123e
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class SnippetTab extends React.Component {
handleSnippetContextMenu (snippet) {
const menu = new Menu()
menu.append(new MenuItem({
label: 'Delete',
label: i18n.__('Delete snippet'),
click: () => {
this.deleteSnippet(snippet.id)
}