File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const { dialog } = remote
6
6
export function confirmDeleteNote ( confirmDeletion , permanent ) {
7
7
if ( confirmDeletion || permanent ) {
8
8
const alertConfig = {
9
- ype : 'warning' ,
9
+ type : 'warning' ,
10
10
message : i18n . __ ( 'Confirm note deletion' ) ,
11
11
detail : i18n . __ ( 'This will permanently remove this note.' ) ,
12
12
buttons : [ i18n . __ ( 'Confirm' ) , i18n . __ ( 'Cancel' ) ]
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class SideNav extends React.Component {
57
57
58
58
deleteTag ( tag ) {
59
59
const selectedButton = remote . dialog . showMessageBox ( remote . getCurrentWindow ( ) , {
60
- ype : 'warning' ,
60
+ type : 'warning' ,
61
61
message : i18n . __ ( 'Confirm tag deletion' ) ,
62
62
detail : i18n . __ ( 'This will permanently remove this tag.' ) ,
63
63
buttons : [ i18n . __ ( 'Confirm' ) , i18n . __ ( 'Cancel' ) ]
You can’t perform that action at this time.
0 commit comments