1
0
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:
Nicholas Browning
2019-11-19 23:31:30 -05:00
committed by Junyoung Choi
parent 489fc6578b
commit 95300546dc
2 changed files with 2 additions and 2 deletions

View File

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