mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Delete Dialog: typo for the "type" property
This commit is contained in:
committed by
Junyoung Choi
parent
489fc6578b
commit
95300546dc
@@ -6,7 +6,7 @@ const { dialog } = remote
|
||||
export function confirmDeleteNote (confirmDeletion, permanent) {
|
||||
if (confirmDeletion || permanent) {
|
||||
const alertConfig = {
|
||||
ype: 'warning',
|
||||
type: 'warning',
|
||||
message: i18n.__('Confirm note deletion'),
|
||||
detail: i18n.__('This will permanently remove this note.'),
|
||||
buttons: [i18n.__('Confirm'), i18n.__('Cancel')]
|
||||
|
||||
Reference in New Issue
Block a user